[40307] trunk/dports/x11/gtk1
jmr at macports.org
jmr at macports.org
Sun Sep 28 22:52:49 PDT 2008
Revision: 40307
http://trac.macports.org/changeset/40307
Author: jmr at macports.org
Date: 2008-09-28 22:52:48 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
gtk1: fix underquoted definition in gtk.m4 (#16528)
Modified Paths:
--------------
trunk/dports/x11/gtk1/Portfile
Added Paths:
-----------
trunk/dports/x11/gtk1/files/patch-gtk.m4.diff
Modified: trunk/dports/x11/gtk1/Portfile
===================================================================
--- trunk/dports/x11/gtk1/Portfile 2008-09-29 05:08:23 UTC (rev 40306)
+++ trunk/dports/x11/gtk1/Portfile 2008-09-29 05:52:48 UTC (rev 40307)
@@ -3,7 +3,7 @@
PortSystem 1.0
name gtk1
version 1.2.10
-revision 6
+revision 7
categories x11
maintainers nomaintainer
description Gimp Tool Kit
@@ -27,7 +27,8 @@
depends_lib port:gettext port:glib1 lib:libX11.6:XFree86
-patchfiles patch-config.guess patch-config.sub
+patchfiles patch-config.guess patch-config.sub \
+ patch-gtk.m4.diff
configure.args --disable-shm --with-locale --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
Added: trunk/dports/x11/gtk1/files/patch-gtk.m4.diff
===================================================================
--- trunk/dports/x11/gtk1/files/patch-gtk.m4.diff (rev 0)
+++ trunk/dports/x11/gtk1/files/patch-gtk.m4.diff 2008-09-29 05:52:48 UTC (rev 40307)
@@ -0,0 +1,11 @@
+--- gtk.m4.orig 2008-04-02 15:02:01.000000000 -0700
++++ gtk.m4 2008-09-12 12:06:41.000000000 -0700
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GTK,
++AC_DEFUN([AM_PATH_GTK],
+ [dnl
+ dnl Get the cflags and libraries from the gtk-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/9694ea33/attachment.html
More information about the macports-changes
mailing list