summaryrefslogtreecommitdiff
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-configure26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/asc/files/patch-configure b/games/asc/files/patch-configure
new file mode 100644
index 000000000000..3ca03d60571e
--- /dev/null
+++ b/games/asc/files/patch-configure
@@ -0,0 +1,26 @@
+
+$FreeBSD$
+
+--- configure 2001/02/16 21:42:44 1.1
++++ configure 2001/02/16 21:43:07
+@@ -1624,16 +1624,16 @@
+
+
+
+-ac_safe=`echo "SDL/SDL.h" | sed 'y%./+-%__p_%'`
+-echo $ac_n "checking for SDL/SDL.h""... $ac_c" 1>&6
+-echo "configure:1630: 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:1630: 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 1635 "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:1640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }