sync ports with The Matrix
This commit is contained in:
parent
a0fe1892c0
commit
a526e24d56
276 changed files with 5668 additions and 3169 deletions
|
@ -5,17 +5,17 @@
|
|||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -34,9 +34,6 @@ dnl This has to happen before any other AC_* calls, so
|
||||
@@ -41,9 +41,6 @@ dnl This has to happen before any other AC_* calls, so
|
||||
|
||||
dnl Set VICE's compiler flags (can be overridden by the user)
|
||||
VICE_CPPFLAGS="-I\$(top_srcdir)/src/systemheaderoverride"
|
||||
VICE_CPPFLAGS="-I\$(top_srcdir)/src/arch/systemheaderoverride"
|
||||
-VICE_CFLAGS="-g -O3"
|
||||
-VICE_CXXFLAGS="-g -O3"
|
||||
-VICE_OBJCFLAGS="-g -O3"
|
||||
VICE_LDFLAGS=""
|
||||
|
||||
dnl Avoid "ar: `u' modifier ignored since `D' is the default (see `U')" warning
|
||||
@@ -2146,8 +2143,6 @@ if test x"$is_unix_x11" = "xyes" -o x"$is_unix_macosx"
|
||||
@@ -2198,8 +2195,6 @@ if test x"$is_unix_x11" = "xyes" -o x"$is_unix_macosx"
|
||||
LIBS="-lsocket $LIBS"],,)
|
||||
AC_CHECK_LIB(bsd, gethostbyname,[ NETPLAY_LIBS="-lbsd $NETPLAY_LIBS";
|
||||
LIBS="-lbsd $LIBS"],,)
|
||||
|
@ -24,7 +24,7 @@ Index: configure.ac
|
|||
AC_CHECK_LIB(inet, gethostbyname,[ NETPLAY_LIBS="-linet $NETPLAY_LIBS";
|
||||
LIBS="-linet $LIBS"],,)
|
||||
|
||||
@@ -2598,12 +2593,7 @@ if test x"$enable_lame" = "xyes" ; then
|
||||
@@ -2688,12 +2683,7 @@ if test x"$enable_lame" = "xyes" ; then
|
||||
CFLAGS="$old_CFLAGS"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue