Revision: 110405 https://trac.macports.org/changeset/110405 Author: snc@macports.org Date: 2013-08-30 15:25:05 -0700 (Fri, 30 Aug 2013) Log Message: ----------- libusb-legacy: blacklist all clangs Modified Paths: -------------- trunk/dports/devel/libusb-legacy/Portfile Modified: trunk/dports/devel/libusb-legacy/Portfile =================================================================== --- trunk/dports/devel/libusb-legacy/Portfile 2013-08-30 22:21:26 UTC (rev 110404) +++ trunk/dports/devel/libusb-legacy/Portfile 2013-08-30 22:25:05 UTC (rev 110405) @@ -64,7 +64,8 @@ } # does not work with clang when +universal; just disable clang for now -compiler.blacklist clang +# Undefined symbols for architecture i386 +compiler.blacklist *clang* configure.args --disable-build-docs \ --libdir=${prefix}/lib/libusb-legacy \