summaryrefslogtreecommitdiff
path: root/devel/allegro/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-23 12:05:46 +0000
committerwiz <wiz@pkgsrc.org>2005-05-23 12:05:46 +0000
commitd1b91729ff2b324d5fc350ce021ef709b92ea382 (patch)
treebf6d8ff0038bb67c119458eced548a2acf933fc3 /devel/allegro/patches
parent62e2e649fd3c74f753616767601ad513274b34d1 (diff)
downloadpkgsrc-d1b91729ff2b324d5fc350ce021ef709b92ea382.tar.gz
Fix autoconf argument quoting.
Diffstat (limited to 'devel/allegro/patches')
-rw-r--r--devel/allegro/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/allegro/patches/patch-ae b/devel/allegro/patches/patch-ae
new file mode 100644
index 00000000000..c159230192b
--- /dev/null
+++ b/devel/allegro/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2005/05/23 12:05:46 wiz Exp $
+
+--- misc/allegro.m4.orig 2004-07-15 10:10:01.000000000 +0200
++++ misc/allegro.m4
+@@ -11,7 +11,7 @@
+ dnl AM_PATH_allegro([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for allegro, and define allegro_CFLAGS and allegro_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_ALLEGRO,[
++AC_DEFUN([AM_PATH_ALLEGRO],[
+ AC_ARG_WITH(allegro-prefix,
+ [ --with-allegro-prefix=PFX Prefix where liballegro is installed (optional)],
+ ALLEGRO_CONFIG_prefix="$withval", ALLEGRO_CONFIG_prefix="")