[117791] trunk/dports/fuse/ext4fuse/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 12 20:38:16 PDT 2014


Revision: 117791
          https://trac.macports.org/changeset/117791
Author:   ryandesign at macports.org
Date:     2014-03-12 20:38:16 -0700 (Wed, 12 Mar 2014)
Log Message:
-----------
ext4fuse: ensure we're UsingTheRightCompiler and -arch flags and optimization flags; add universal variant; remove redundant homepage variable

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

Modified: trunk/dports/fuse/ext4fuse/Portfile
===================================================================
--- trunk/dports/fuse/ext4fuse/Portfile	2014-03-13 03:14:03 UTC (rev 117790)
+++ trunk/dports/fuse/ext4fuse/Portfile	2014-03-13 03:38:16 UTC (rev 117791)
@@ -14,8 +14,6 @@
 long_description    Implementation of the ext4 filesystem in user space, \
                     using the FUSE library. This allows read-only access.
 
-homepage            https://github.com/gerard/ext4fuse
-
 checksums           rmd160  33b3f6c3a72f86daec20fe191340f9a1e3294c70 \
                     sha256  9fdf0d1855d62d6ab108157d627e62b4996144a8eb49a38b094712f924448694
 
@@ -25,6 +23,13 @@
                     port:libiconv
 
 use_configure       no
+
+variant universal {}
+
+build.env           CC=${configure.cc} \
+                    CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
+
 build.target
 
 destroot            {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140312/8a60a7a6/attachment.html>


More information about the macports-changes mailing list