[141039] trunk/dports/print/freetype/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 8 07:17:55 PDT 2015


Revision: 141039
          https://trac.macports.org/changeset/141039
Author:   ryandesign at macports.org
Date:     2015-10-08 07:17:55 -0700 (Thu, 08 Oct 2015)
Log Message:
-----------
freetype: fix build failure when coreutils is not installed (#49182)

Modified Paths:
--------------
    trunk/dports/print/freetype/Portfile

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2015-10-08 13:33:34 UTC (rev 141038)
+++ trunk/dports/print/freetype/Portfile	2015-10-08 14:17:55 UTC (rev 141039)
@@ -57,6 +57,12 @@
                         --with-zlib \
                         --without-harfbuzz
 
+# Bug in 2.6.1 detects this as "./install-sh -c -d" if coreutils is not
+# installed, resulting in "make: ./install-sh: No such file or directory".
+# See https://trac.macports.org/ticket/49182
+# To be reported upstream.
+configure.args-append   MKDIR_P="./builds/unix/install-sh -c -d"
+
 configure.universal_args-delete --disable-dependency-tracking
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151008/9d9baee5/attachment.html>


More information about the macports-changes mailing list