Modified: trunk/dports/devel/libusb-legacy/Portfile (110404 => 110405)
--- 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 \