summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-19 06:00:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-19 06:00:04 +0000
commit0d95057ff768f240e7bb156f768d07f39073d55b (patch)
tree390da458e04896db9e85c0b84c5aaff5a0cf0c95 /media-libs/allegro/files
parentrpath support, p.masked for testing (diff)
downloadgentoo-2-0d95057ff768f240e7bb156f768d07f39073d55b.tar.gz
gentoo-2-0d95057ff768f240e7bb156f768d07f39073d55b.tar.bz2
gentoo-2-0d95057ff768f240e7bb156f768d07f39073d55b.zip
Fix aclocal underquoted warnings.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/allegro/files')
-rw-r--r--media-libs/allegro/files/allegro-4.1.18-m4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/allegro/files/allegro-4.1.18-m4.patch b/media-libs/allegro/files/allegro-4.1.18-m4.patch
new file mode 100644
index 000000000000..d2ea265e95c2
--- /dev/null
+++ b/media-libs/allegro/files/allegro-4.1.18-m4.patch
@@ -0,0 +1,11 @@
+--- misc/allegro.m4
++++ 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="")