[68013] trunk/dports/graphics/imlib
ryandesign at macports.org
ryandesign at macports.org
Mon May 24 15:15:23 PDT 2010
Revision: 68013
http://trac.macports.org/changeset/68013
Author: ryandesign at macports.org
Date: 2010-05-24 15:15:20 -0700 (Mon, 24 May 2010)
Log Message:
-----------
imlib: fix underquoted definitions of AM_PATH_IMLIB and AM_PATH_GDK_IMLIB
Modified Paths:
--------------
trunk/dports/graphics/imlib/Portfile
Added Paths:
-----------
trunk/dports/graphics/imlib/files/
trunk/dports/graphics/imlib/files/patch-imlib.m4
Modified: trunk/dports/graphics/imlib/Portfile
===================================================================
--- trunk/dports/graphics/imlib/Portfile 2010-05-24 21:47:54 UTC (rev 68012)
+++ trunk/dports/graphics/imlib/Portfile 2010-05-24 22:15:20 UTC (rev 68013)
@@ -5,7 +5,7 @@
name imlib
version 1.9.15
-revision 3
+revision 4
set branch [join [lrange [split ${version} .] 0 1] .]
categories graphics devel
maintainers nomaintainer
@@ -26,6 +26,8 @@
depends_lib port:gtk1 port:jpeg port:tiff \
path:include/gif_lib.h:giflib port:libpng
+patchfiles patch-imlib.m4
+
configure.args --mandir=${prefix}/share/man
post-destroot {
Added: trunk/dports/graphics/imlib/files/patch-imlib.m4
===================================================================
--- trunk/dports/graphics/imlib/files/patch-imlib.m4 (rev 0)
+++ trunk/dports/graphics/imlib/files/patch-imlib.m4 2010-05-24 22:15:20 UTC (rev 68013)
@@ -0,0 +1,20 @@
+--- imlib.m4.orig 2004-08-27 11:03:11.000000000 -0500
++++ imlib.m4 2010-05-24 16:53:21.000000000 -0500
+@@ -6,7 +6,7 @@
+ dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_IMLIB,
++AC_DEFUN([AM_PATH_IMLIB],
+ [dnl
+ dnl Get the cflags and libraries from the imlib-config script
+ dnl
+@@ -164,7 +164,7 @@
+ ])
+
+ # Check for gdk-imlib
+-AC_DEFUN(AM_PATH_GDK_IMLIB,
++AC_DEFUN([AM_PATH_GDK_IMLIB],
+ [dnl
+ dnl Get the cflags and libraries from the imlib-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100524/f6524604/attachment.html>
More information about the macports-changes
mailing list