[90296] trunk/dports/fuse/fuse4x/Portfile
dports at macports.org
dports at macports.org
Wed Feb 29 16:56:10 PST 2012
Revision: 90296
http://trac.macports.org/changeset/90296
Author: dports at macports.org
Date: 2012-02-29 16:56:09 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
fuse4x: add -D_DARWIN_USE_64_BIT_INODE to cflags to fix bug on Leopard
Modified Paths:
--------------
trunk/dports/fuse/fuse4x/Portfile
Modified: trunk/dports/fuse/fuse4x/Portfile
===================================================================
--- trunk/dports/fuse/fuse4x/Portfile 2012-03-01 00:55:16 UTC (rev 90295)
+++ trunk/dports/fuse/fuse4x/Portfile 2012-03-01 00:56:09 UTC (rev 90296)
@@ -5,6 +5,7 @@
name fuse4x
version 0.9.0
+revision 1
set tag [string map {. _ } $version]
categories fuse devel
platforms macosx
@@ -55,6 +56,7 @@
reinplace "s|libfuse4x.la|libfuse.la|" ${worksrcpath}/example/Makefile.am
}
+configure.cflags-append -D_DARWIN_USE_64_BIT_INODE
configure.ldflags -framework CoreFoundation
use_autoreconf yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120229/6f03a069/attachment.html>
More information about the macports-changes
mailing list