[101155] trunk/dports/fuse/sshfs/Portfile

dports at macports.org dports at macports.org
Sat Jan 5 07:10:27 PST 2013


Revision: 101155
          https://trac.macports.org/changeset/101155
Author:   dports at macports.org
Date:     2013-01-05 07:10:27 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
sshfs: fix build failure with automake 1.13 (#37513)

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

Modified: trunk/dports/fuse/sshfs/Portfile
===================================================================
--- trunk/dports/fuse/sshfs/Portfile	2013-01-05 13:57:57 UTC (rev 101154)
+++ trunk/dports/fuse/sshfs/Portfile	2013-01-05 15:10:27 UTC (rev 101155)
@@ -42,4 +42,9 @@
                     patch-sshfs.1.diff
 patch.pre_args      -p1
 
+post-patch {
+    # automake 1.13 compatibility (see #37513)
+    reinplace "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" ${worksrcpath}/configure.ac
+}
+
 use_autoreconf      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/d99ddbf5/attachment-0001.html>


More information about the macports-changes mailing list