[94433] trunk/dports/www/webkit-gtk/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Jun 18 22:41:42 PDT 2012
Revision: 94433
https://trac.macports.org/changeset/94433
Author: ryandesign at macports.org
Date: 2012-06-18 22:41:42 -0700 (Mon, 18 Jun 2012)
Log Message:
-----------
webkit-gtk: fix build on case-sensitive filesystems (#34926)
Modified Paths:
--------------
trunk/dports/www/webkit-gtk/Portfile
Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile 2012-06-19 04:47:01 UTC (rev 94432)
+++ trunk/dports/www/webkit-gtk/Portfile 2012-06-19 05:41:42 UTC (rev 94433)
@@ -70,7 +70,7 @@
# 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 \
+ ${worksrcpath}/GNUmakefile.am \
${worksrcpath}/Source/WebKit/gtk/po/GNUmakefile.am
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120618/30e5b0f4/attachment.html>
More information about the macports-changes
mailing list