[51558] trunk/dports/www/webkit-gtk

devans at macports.org devans at macports.org
Wed May 27 15:09:31 PDT 2009


Revision: 51558
          http://trac.macports.org/changeset/51558
Author:   devans at macports.org
Date:     2009-05-27 15:09:30 -0700 (Wed, 27 May 2009)
Log Message:
-----------
webkit-gtk: use reinplace rather than patch and autoconf to set icu library params in configure. Closes #19779.

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Removed Paths:
-------------
    trunk/dports/www/webkit-gtk/files/

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2009-05-27 21:54:12 UTC (rev 51557)
+++ trunk/dports/www/webkit-gtk/Portfile	2009-05-27 22:09:30 UTC (rev 51558)
@@ -33,11 +33,10 @@
 depends_build	\
 	port:pkgconfig
 
-patchfiles      \
-       patch-autotools-webkit.m4.diff
+post-patch {
+    reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure
+}
 
-use_autoconf    yes
-
 #
 # video is now enabled by default so make the variant no_video
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/c6e99b7f/attachment.html>


More information about the macports-changes mailing list