aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-26 20:29:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-26 20:29:40 +0000
commitd45dc8fc7b2b53615c2b1612ca2bdc7adaadd442 (patch)
tree05528f46bbb835847d6c8f389aad04a9445c24b7 /games/quakeforge
parent7adf04504d7c774d653178c534444ada1f0654dc (diff)
downloadports-d45dc8fc7b2b53615c2b1612ca2bdc7adaadd442.tar.gz
ports-d45dc8fc7b2b53615c2b1612ca2bdc7adaadd442.zip
Notes
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/files/patch-configure10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/quakeforge/files/patch-configure b/games/quakeforge/files/patch-configure
index 587800682134..3cd21a2df130 100644
--- a/games/quakeforge/files/patch-configure
+++ b/games/quakeforge/files/patch-configure
@@ -23,4 +23,12 @@
*bsd*)
touch conftest.c
CPP_NAME="`(f=\`$CC -v -E -Dfoo conftest.c -o conftest.i 2>&1 | grep -e -Dfoo\`; set $f; echo "$1")` %d %i %o"
-
+@@ -10726,7 +10729,7 @@
+ int
+ main ()
+ {
+-void *(*foo)(size_t) = alloca;
++void *foo = alloca(sizeof(void));
+ ;
+ return 0;
+ }