[94182] trunk/dports/www/webkit-gtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jun 11 10:34:45 PDT 2012


Revision: 94182
          https://trac.macports.org/changeset/94182
Author:   jeremyhu at macports.org
Date:     2012-06-11 10:34:45 -0700 (Mon, 11 Jun 2012)
Log Message:
-----------
webkit-gtk: Build fix for newer automake

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-06-11 17:15:55 UTC (rev 94181)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-06-11 17:34:45 UTC (rev 94182)
@@ -67,8 +67,9 @@
 }
 
 post-patch {
-    # For some reason, this isn't getting created for some people... ? /shrug
-    file mkdir ${worksrcpath}/DerivedSources
+    # Fix for newer autotools:
+    # http://www.gnu.org/software/automake/manual/html_node/Obsolete-Macros.html
+    reinplace "s/mkdir_p/MKDIR_P/" ${worksrcpath}/GNUMakefile.am
 }
 
 # TODO: fix this for muniversal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120611/7e35c79b/attachment.html>


More information about the macports-changes mailing list