components/lcms/Makefile
changeset 3823 8a78c695182b
parent 3817 30b42c38bbc4
child 3936 c344422ee38b
--- a/components/lcms/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/lcms/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -47,6 +47,16 @@
 # It seems that we have no other way to designate that we want large file support
 CFLAGS += $(CPP_LARGEFILES)
 CXXFLAGS += $(CPP_LARGEFILES)
+
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/little cms testbed/d"' \
+     '-e "s/[0-9]\{1,\} tics//g"' \
+     '-e "s/[0-9]\{1,\} tics\,//g"' \
+     '-e "s/\, [0-9]\{1,\}\.[0-9]\{1,\} sec\.//g"'
+
 # non-default C++ flags
 CXXFLAGS += -features=extensions,nestedaccess,tmplrefstatic
 CXXFLAGS += -template=geninlinefuncs
@@ -100,7 +110,6 @@
 
 test: $(TEST_32_and_64)
 
-
 REQUIRED_PACKAGES += image/library/libjpeg
 REQUIRED_PACKAGES += image/library/libtiff
 REQUIRED_PACKAGES += library/lcms