aboutsummaryrefslogtreecommitdiff
path: root/games/asc/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/asc/files/patch-configure')
-rw-r--r--games/asc/files/patch-configure27
1 files changed, 3 insertions, 24 deletions
diff --git a/games/asc/files/patch-configure b/games/asc/files/patch-configure
index 9c27bc2cd084..5c9d131284e6 100644
--- a/games/asc/files/patch-configure
+++ b/games/asc/files/patch-configure
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Tue Dec 11 12:50:51 2001
-+++ configure Tue Dec 11 12:52:36 2001
-@@ -1709,7 +1709,7 @@
+--- configure.orig Tue Oct 1 15:16:15 2002
++++ configure Tue Oct 1 15:16:21 2002
+@@ -2992,7 +2992,7 @@
@@ -12,24 +12,3 @@ $FreeBSD$
game_datadir=`(
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
-@@ -1729,16 +1729,16 @@
- fi
-
-
--ac_safe=`echo "SDL/SDL.h" | sed 'y%./+-%__p_%'`
--echo $ac_n "checking for SDL/SDL.h""... $ac_c" 1>&6
--echo "configure:1735: checking for SDL/SDL.h" >&5
-+ac_safe=`echo "SDL.h" | sed 'y%./+-%__p_%'`
-+echo $ac_n "checking for SDL.h""... $ac_c" 1>&6
-+echo "configure:1735: checking for SDL.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
- #line 1740 "configure"
- #include "confdefs.h"
--#include <SDL/SDL.h>
-+#include <SDL.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- { (eval echo configure:1745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }