diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-21 21:14:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-21 21:14:35 +0000 |
commit | 81fe443fe62d64fc32c5d01d5ba6dedafd328be5 (patch) | |
tree | 3744b3f1df254bc81dcd1e3d6ab4c11513a22f30 /graphics/reallyslick/files/patch-configure | |
parent | - Update to 1.2.0 (diff) |
- Update to 0.9.1
PR: 142981
Submitted by: Ports Fury
Diffstat (limited to 'graphics/reallyslick/files/patch-configure')
-rw-r--r-- | graphics/reallyslick/files/patch-configure | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/graphics/reallyslick/files/patch-configure b/graphics/reallyslick/files/patch-configure index da4910b18e68..b808f78083b4 100644 --- a/graphics/reallyslick/files/patch-configure +++ b/graphics/reallyslick/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.bak 2009-05-22 00:53:12.000000000 +0900 -+++ configure 2009-05-22 00:55:34.000000000 +0900 -@@ -3357,7 +3357,7 @@ +--- configure.orig 2010-01-06 15:31:47.000000000 +0900 ++++ configure 2010-01-06 15:34:50.000000000 +0900 +@@ -3784,7 +3784,7 @@ fi else if test "$GCC" = yes; then @@ -9,7 +9,7 @@ else CFLAGS= fi -@@ -5047,7 +5047,7 @@ +@@ -5002,7 +5002,7 @@ if test "x$GCC" = xyes; then @@ -17,8 +17,8 @@ + CFLAGS="$CFLAGS" fi # Check whether --enable-debug was given. - if test "${enable_debug+set}" = set; then -@@ -5411,7 +5411,7 @@ + if test "${enable_debug+set}" = set; then : +@@ -5259,7 +5259,7 @@ fi else if test "$GXX" = yes; then @@ -27,7 +27,7 @@ else CXXFLAGS= fi -@@ -5532,7 +5532,7 @@ +@@ -5399,7 +5399,7 @@ if test "x$GXX" = xyes; then @@ -35,22 +35,22 @@ + CXXFLAGS="$CXXFLAGS" fi # Check whether --enable-debug was given. - if test "${enable_debug+set}" = set; then -@@ -7080,7 +7080,7 @@ + if test "${enable_debug+set}" = set; then : +@@ -8211,7 +8211,7 @@ fi else - if test "x$ac_cv_f77_compiler_gnu" = xyes; then -- FFLAGS="-O2" -+ FFLAGS="$FFLAGS" + if test "$GXX" = yes; then +- CXXFLAGS="-O2" ++ CXXFLAGS="$CXXFLAGS" else - FFLAGS= + CXXFLAGS= fi -@@ -22414,7 +22414,7 @@ +@@ -15920,7 +15920,7 @@ fi -if test "x${ac_cv_have_x:0:10}" != "xhave_x=yes"; then +if test "x${ac_cv_have_x+set}" = set; then - { { echo "$as_me:$LINENO: error: X11 is missing but required." >&5 - echo "$as_me: error: X11 is missing but required." >&2;} - { (exit 1); exit 1; }; } + as_fn_error "X11 is missing but required." "$LINENO" 5 + fi + |