summaryrefslogtreecommitdiff
path: root/games/xlogical/files/patch-acinclude.m4
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-11-06 10:26:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-11-06 10:26:13 +0000
commit314ce217e2858ab8b10cdfddd60ea4089f9e1c2c (patch)
treee326a66a1efe167618c3855bada140172066c502 /games/xlogical/files/patch-acinclude.m4
parent- Fix build with gcc 4.2 (diff)
- Fix build with gcc 4.2
PR: 117319 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=202540
Diffstat (limited to 'games/xlogical/files/patch-acinclude.m4')
-rw-r--r--games/xlogical/files/patch-acinclude.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xlogical/files/patch-acinclude.m4 b/games/xlogical/files/patch-acinclude.m4
new file mode 100644
index 000000000000..854f98a99451
--- /dev/null
+++ b/games/xlogical/files/patch-acinclude.m4
@@ -0,0 +1,11 @@
+--- acinclude.m4.orig 2000-10-07 15:39:52.000000000 +0200
++++ acinclude.m4 2007-11-05 23:59:45.000000000 +0100
+@@ -8,7 +8,7 @@
+ dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_SDL,
++AC_DEFUN([AM_PATH_SDL],
+ [dnl
+ dnl Get the cflags and libraries from the sdl-config script
+ dnl