aboutsummaryrefslogtreecommitdiff
path: root/games/lgeneral/files
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2010-11-17 21:06:14 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2010-11-17 21:06:14 +0000
commita7f8afdf790c522f6e821501b96c5c9480ae8808 (patch)
treedfa675eafd89a10098eb3c22efe141e8fd2ef738 /games/lgeneral/files
parenta9ef72438656832676b5fc0e2f1578444dafd2d0 (diff)
downloadports-a7f8afdf790c522f6e821501b96c5c9480ae8808.tar.gz
ports-a7f8afdf790c522f6e821501b96c5c9480ae8808.zip
Notes
Diffstat (limited to 'games/lgeneral/files')
-rw-r--r--games/lgeneral/files/patch-cflags9
-rw-r--r--games/lgeneral/files/patch-configure88
2 files changed, 0 insertions, 97 deletions
diff --git a/games/lgeneral/files/patch-cflags b/games/lgeneral/files/patch-cflags
deleted file mode 100644
index a2bc6f636f7d..000000000000
--- a/games/lgeneral/files/patch-cflags
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/Makefile.in Thu Aug 15 04:40:49 2002
-+++ src/Makefile.in Tue Aug 26 21:07:10 2003
-@@ -102,5 +102,5 @@
- campaign.o strat_map.o ai.o engine.o ai_group.o
- lgeneral_DEPENDENCIES =
--CFLAGS = @CFLAGS@
-+CFLAGS += @CFLAGS@
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
diff --git a/games/lgeneral/files/patch-configure b/games/lgeneral/files/patch-configure
deleted file mode 100644
index d8f7c91caf44..000000000000
--- a/games/lgeneral/files/patch-configure
+++ /dev/null
@@ -1,88 +0,0 @@
---- configure.orig Thu Aug 15 10:40:40 2002
-+++ configure Wed Aug 28 09:00:22 2002
-@@ -1091,49 +1091,49 @@
- { echo "configure: error: maths library is needed" 1>&2; exit 1; }
- fi
-
--echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
--echo "configure:1096: checking for main in -ldl" >&5
--ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-ldl $LIBS"
--cat > conftest.$ac_ext <<EOF
-+#echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
-+#echo "configure:1096: checking for main in -ldl" >&5
-+#ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
-+#if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-+# echo $ac_n "(cached) $ac_c" 1>&6
-+#else
-+# ac_save_LIBS="$LIBS"
-+#LIBS="-ldl $LIBS"
-+#cat > conftest.$ac_ext <<EOF
- #line 1104 "configure"
- #include "confdefs.h"
-
--int main() {
--main()
--; return 0; }
--EOF
--if { (eval echo configure:1111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
-+#int main() {
-+#main()
-+#; return 0; }
-+#EOF
-+#if { (eval echo configure:1111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+# rm -rf conftest*
-+# eval "ac_cv_lib_$ac_lib_var=yes"
-+#else
-+# echo "configure: failed program was:" >&5
-+# cat conftest.$ac_ext >&5
-+# rm -rf conftest*
-+# eval "ac_cv_lib_$ac_lib_var=no"
-+#fi
-+#rm -f conftest*
-+#LIBS="$ac_save_LIBS"
-
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
-- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
-- cat >> confdefs.h <<EOF
-+#fi
-+#if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-+# echo "$ac_t""yes" 1>&6
-+# ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
-+# -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
-+# cat >> confdefs.h <<EOF
- #define $ac_tr_lib 1
--EOF
-+#EOF
-
-- LIBS="-ldl $LIBS"
-+# LIBS="-ldl $LIBS"
-
--else
-- echo "$ac_t""no" 1>&6
--{ echo "configure: error: dl library is needed" 1>&2; exit 1; }
--fi
-+#else
-+# echo "$ac_t""no" 1>&6
-+#{ echo "configure: error: dl library is needed" 1>&2; exit 1; }
-+#fi
-
-
- # Check whether --with-sdl-prefix or --without-sdl-prefix was given.