ports/emulators/hugo/files/patch-configure
Martin Wilke 00427d578d - Fix build with clang
- Update MASTER_SITES
- Support OPTIONS_DEFINE
- Add LICENSE

PR:		185334
Submitted by:	ports fury
2014-01-19 14:31:27 +00:00

82 lines
1.7 KiB
Text

--- configure.orig 2005-04-05 14:28:53.000000000 -0500
+++ configure 2007-10-09 21:55:43.000000000 -0500
@@ -3256,7 +3256,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lSDL $LIBS"
+LIBS="`${SDL_CONFIG} --libs` $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -3312,7 +3312,7 @@
#define HAVE_LIBSDL 1
_ACEOF
- LIBS="-lSDL $LIBS"
+ LIBS="`${SDL_CONFIG} --libs` $LIBS"
fi
#,,[AC_MSG_ERROR([need SDL. See #http://www.libsdl.org])])
@@ -7877,7 +7877,7 @@
echo "$as_me:$LINENO: checking whether netplay support was asked" >&5
echo $ECHO_N "checking whether netplay support was asked... $ECHO_C" >&6
-if test "x$HAVE_LIBSDL_NET" == "xyes"
+if test "x$HAVE_LIBSDL_NET" = "xyes"
then
@@ -8657,13 +8657,13 @@
fi
;;
- i386-FreeBSD)
+ *-FreeBSD)
echo "FreeBSD build enabled"
HUGO_TARGET_MACHINE="FREEBSD"
- CFLAGS="$CFLAGS `sdl-config --cflags`"
- LIBS="$LIBS `sdl-config --libs`"
+ CFLAGS="$CFLAGS `${SDL_CONFIG} --cflags`"
+ LIBS="$LIBS `${SDL_CONFIG} --libs`"
@@ -8675,6 +8675,35 @@
SDL_FREEBSD_FALSE=
fi
+
+ if test "$USE_SDL_mixer" = "yes"; then
+ LIBS="$LIBS -lSDL_mixer "
+
+
+if true; then
+ SDL_MIXER_LINUX_TRUE=
+ SDL_MIXER_LINUX_FALSE='#'
+else
+ SDL_MIXER_LINUX_TRUE='#'
+ SDL_MIXER_LINUX_FALSE=
+fi
+
+ fi
+
+ if test "$OGG_SUPPORT" = "yes"; then
+ LIBS="$LIBS -lvorbis -lvorbisfile"
+
+
+if true; then
+ ZE_HCD_OGG_SUPPORT_TRUE=
+ ZE_HCD_OGG_SUPPORT_FALSE='#'
+else
+ ZE_HCD_OGG_SUPPORT_TRUE='#'
+ ZE_HCD_OGG_SUPPORT_FALSE=
+fi
+ # ZE_: needs to be processed after SDL_MIXER_LINUX...
+ fi
+
;;
sun4u-SunOS)
echo "Solaris build enabled"