freebsd-ports/games/xlogical/files/patch-acinclude.m4
Martin Wilke 314ce217e2 - Fix build with gcc 4.2
PR:		117319
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-06 10:26:13 +00:00

11 lines
386 B
Text

--- 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