Revision: 100884 https://trac.macports.org/changeset/100884 Author: dports@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
participants (1)
-
dports@macports.org