Fix bogus sdl-config creation, this fixes some lib depends issues when
non-default flavors are used.
This commit is contained in:
parent
d063879f40
commit
8bf19b325b
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user