components/openexr/Makefile
changeset 3823 8a78c695182b
parent 3817 30b42c38bbc4
child 4104 3dc5412c5fb1
--- a/components/openexr/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openexr/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -57,7 +57,11 @@
 LIBS += -lc -lm -lCstd -lCrun
 
 COMPONENT_TEST_TRANSFORMS += \
-     '-e "s^-L$(CONFIGURE_LIBDIR.$(BITS))^^g"'
+     '-e "s^-L$(CONFIGURE_LIBDIR.$(BITS))^^g"' \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/DEPDIR=/d"'
 
 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
 CONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
@@ -91,3 +95,4 @@
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/c++-runtime
 REQUIRED_PACKAGES += system/library/math
+