[100884] trunk/dports/fuse/fuse4x/Portfile

dports at macports.org dports at macports.org
Sun Dec 30 19:49:02 PST 2012


Revision: 100884
          https://trac.macports.org/changeset/100884
Author:   dports at macports.org
Date:     2012-12-30 19:49:02 -0800 (Sun, 30 Dec 2012)
Log Message:
-----------
fuse4x: fix build with automake 1.13 (#37451)

Modified Paths:
--------------
    trunk/dports/fuse/fuse4x/Portfile

Modified: trunk/dports/fuse/fuse4x/Portfile
===================================================================
--- trunk/dports/fuse/fuse4x/Portfile	2012-12-31 03:45:49 UTC (rev 100883)
+++ trunk/dports/fuse/fuse4x/Portfile	2012-12-31 03:49:02 UTC (rev 100884)
@@ -53,6 +53,10 @@
     reinplace "s|-lfuse4x|-lfuse|" ${worksrcpath}/fuse.pc.in
     reinplace "s|libfuse4x|libfuse|g" ${worksrcpath}/lib/Makefile.am
     reinplace "s|libfuse4x.la|libfuse.la|" ${worksrcpath}/example/Makefile.am
+
+    # automake 1.13 compatibility (see #37451)
+    file mkdir ${worksrcpath}/m4
+    reinplace "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" ${worksrcpath}/configure.in
 }
 
 configure.cflags-append -D_DARWIN_USE_64_BIT_INODE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121230/de86eaf6/attachment-0001.html>


More information about the macports-changes mailing list