[82502] trunk/dports/gnome/gtk2

dports at macports.org dports at macports.org
Sun Aug 14 19:45:29 PDT 2011


Revision: 82502
          http://trac.macports.org/changeset/82502
Author:   dports at macports.org
Date:     2011-08-14 19:45:27 -0700 (Sun, 14 Aug 2011)
Log Message:
-----------
gtk2: fix +quartz build error on Lion (#30281)

Modified Paths:
--------------
    trunk/dports/gnome/gtk2/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gtk2/files/patch-tests_Makefile.in.diff

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2011-08-15 02:34:21 UTC (rev 82501)
+++ trunk/dports/gnome/gtk2/Portfile	2011-08-15 02:45:27 UTC (rev 82502)
@@ -34,7 +34,8 @@
 checksums           sha1    ddae2c87f6edfae7ed944419ae7f47017af07eec \
                     rmd160  2eb2945a0b64b84521aa86a30255b3439875573a
 
-patchfiles          patch-gtk-builder-convert.diff patch-aliases.diff
+patchfiles          patch-gtk-builder-convert.diff patch-aliases.diff \
+                    patch-tests_Makefile.in.diff
 
 depends_build       port:pkgconfig \
                     port:perl5

Added: trunk/dports/gnome/gtk2/files/patch-tests_Makefile.in.diff
===================================================================
--- trunk/dports/gnome/gtk2/files/patch-tests_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/gnome/gtk2/files/patch-tests_Makefile.in.diff	2011-08-15 02:45:27 UTC (rev 82502)
@@ -0,0 +1,18 @@
+--- tests/Makefile.in.orig	2011-07-21 12:34:27.000000000 -0400
++++ tests/Makefile.in	2011-07-21 12:34:27.000000000 -0400
+@@ -89,7 +89,6 @@
+ @HAVE_CXX_TRUE at am_autotestkeywords_OBJECTS =  \
+ @HAVE_CXX_TRUE@	autotestkeywords-autotestkeywords.$(OBJEXT)
+ autotestkeywords_OBJECTS = $(am_autotestkeywords_OBJECTS)
+-autotestkeywords_LDADD = $(LDADD)
+ AM_V_lt = $(am__v_lt_$(V))
+ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+ am__v_lt_0 = --silent
+@@ -685,6 +684,7 @@
+ testtooltips_DEPENDENCIES = $(TEST_DEPS)
+ testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
+ testwindows_DEPENDENCIES = $(TEST_DEPS)
++autotestkeywords_LDADD = $(LDADDS)
+ flicker_LDADD = $(LDADDS)
+ simple_LDADD = $(LDADDS)
+ print_editor_LDADD = $(LDADDS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110814/16b70610/attachment.html>


More information about the macports-changes mailing list