Revision
102471
Author
jeremyhu@macports.org
Date
2013-02-03 20:22:58 -0800 (Sun, 03 Feb 2013)

Log Message

e2fsprogs: Mark libcomerr as not supporting universal, so users at least see a comprehensible error message instead of an obscure failure configuring kerberos5 (#37922)

Modified Paths

Diff

Modified: trunk/dports/sysutils/e2fsprogs/Portfile (102470 => 102471)


--- trunk/dports/sysutils/e2fsprogs/Portfile	2013-02-04 04:10:05 UTC (rev 102470)
+++ trunk/dports/sysutils/e2fsprogs/Portfile	2013-02-04 04:22:58 UTC (rev 102471)
@@ -31,6 +31,8 @@
 # This project is not C99 conformant
 configure.cflags-append     -std=gnu89
 
+universal_variant           no
+
 if {${name} == ${subport}} {
     configure.args-append       --disable-libuuid \
                                 --disable-uuidd
@@ -51,8 +53,6 @@
         ln -fs ${prefix}/lib/libcom_err.1.1.dylib ${worksrcpath}/lib/libcom_err.dylib
     }
 
-    universal_variant           no
-
     destroot.target-append      install-libs
 }