summaryrefslogtreecommitdiff
path: root/lang/gambas/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gambas/files/patch-configure')
-rw-r--r--lang/gambas/files/patch-configure24
1 files changed, 12 insertions, 12 deletions
diff --git a/lang/gambas/files/patch-configure b/lang/gambas/files/patch-configure
index 8febdd25613e..e6dee3611289 100644
--- a/lang/gambas/files/patch-configure
+++ b/lang/gambas/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sat May 15 15:46:47 2004
-+++ configure Sun May 16 21:24:50 2004
-@@ -6889,6 +6889,7 @@
+--- configure.orig Mon Aug 2 13:57:46 2004
++++ configure Mon Aug 2 21:14:08 2004
+@@ -6891,6 +6891,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,7 +8,7 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -7080,10 +7081,10 @@
+@@ -7082,10 +7083,10 @@
case "${host}" in
*-*-freebsd* )
@@ -23,7 +23,7 @@
;;
*)
THREAD_LIB="-lpthread"
-@@ -10234,7 +10235,7 @@
+@@ -10280,7 +10281,7 @@
fi
done
@@ -32,7 +32,7 @@
fi
-@@ -10358,26 +10359,13 @@
+@@ -10403,26 +10404,13 @@
fi
gb_cv_header_sdl=$gb_inc_sdl
@@ -61,7 +61,7 @@
if test "$gb_cv_header_sdl" = no; then
have_inc_sdl="no"
SDL_INC=""
-@@ -10480,16 +10468,7 @@
+@@ -10525,16 +10513,7 @@
SDL_LIB=""
SDL_PATH=""
@@ -79,20 +79,20 @@
fi
-@@ -11246,8 +11225,8 @@
+@@ -11288,8 +11267,8 @@
fi
--CFLAGS="$CFLAGS -pipe -Wall"
+-CFLAGS="$CFLAGS -pipe -Wall -fno-strict-aliasing"
-CXXFLAGS="$CXXFLAGS -pipe -Wall -fno-exceptions"
-+CFLAGS="$CFLAGS -Wall"
++CFLAGS="$CFLAGS -Wall -fno-strict-aliasing"
+CXXFLAGS="$CXXFLAGS -Wall -fno-exceptions"
if test "$gambas_prof" = "yes"; then
CFLAGS="$CFLAGS -pg"
-@@ -11277,8 +11256,8 @@
+@@ -11319,8 +11298,8 @@
CFLAGS="$CFLAGS -Os"
- CXXFLAGS="$CXXFLAGS -Os"
+ CXXFLAGS="$CXXFLAGS -Os -fno-omit-frame-pointer"
else
- CFLAGS="$CFLAGS -O0"
- CXXFLAGS="$CXXFLAGS -O0"