From 8bf19b325bf2a75ffdb790233aba904382d41972 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Fri, 3 May 2002 19:27:17 +0000 Subject: [PATCH] Fix bogus sdl-config creation, this fixes some lib depends issues when non-default flavors are used. --- devel/sdl/patches/patch-configure_in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/devel/sdl/patches/patch-configure_in b/devel/sdl/patches/patch-configure_in index 70dcc588982..939f03fd0aa 100644 --- a/devel/sdl/patches/patch-configure_in +++ b/devel/sdl/patches/patch-configure_in @@ -1,6 +1,6 @@ -$OpenBSD: patch-configure_in,v 1.15 2002/04/21 00:20:08 pvalchev Exp $ +$OpenBSD: patch-configure_in,v 1.16 2002/05/03 19:27:17 pvalchev Exp $ --- configure.in.orig Sat Apr 13 17:57:24 2002 -+++ configure.in Sat Apr 20 01:19:21 2002 ++++ configure.in Fri May 3 13:11:35 2002 @@ -468,7 +468,12 @@ CheckNASM() NASMFLAGS="-f elf" ;; @@ -23,3 +23,12 @@ $OpenBSD: patch-configure_in,v 1.15 2002/04/21 00:20:08 pvalchev Exp $ fi # Set up files for the cdrom library if test x$enable_cdrom = xyes; then +@@ -2355,7 +2361,7 @@ fi + if test $ARCH = solaris; then + SDL_RLD_FLAGS="-R\${exec_prefix}/lib" + fi +-if test $ARCH = openbsd -o $ARCH = bsdi; then ++if test $ARCH = bsdi; then + SHARED_SYSTEM_LIBS="$SYSTEM_LIBS" + else + SHARED_SYSTEM_LIBS=""