summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-12-14 18:37:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-12-14 18:37:00 +0000
commitba87471431bbb8733a60d19ced175f12a17a8fc7 (patch)
tree559e44df7ef4712c1eec59d754c2a67286f5c826 /media-libs/libopenraw/files
parentppc stable, bug #201887 (diff)
downloadhistorical-ba87471431bbb8733a60d19ced175f12a17a8fc7.tar.gz
historical-ba87471431bbb8733a60d19ced175f12a17a8fc7.tar.bz2
historical-ba87471431bbb8733a60d19ced175f12a17a8fc7.zip
Disable ljpegtest, broken with boost-1.34.1 adding a comments to ebuild, linking to upstream bugs. Thanks to aballier at gentoo.org for reporting.
Package-Manager: portage-2.1.4_rc9
Diffstat (limited to 'media-libs/libopenraw/files')
-rw-r--r--media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch b/media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch
new file mode 100644
index 000000000000..50aa95535ce2
--- /dev/null
+++ b/media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch
@@ -0,0 +1,29 @@
+diff -ur libopenraw-0.0.3.orig/test/Makefile.am libopenraw-0.0.3/test/Makefile.am
+--- libopenraw-0.0.3.orig/test/Makefile.am 2007-11-25 21:16:09.000000000 +0200
++++ libopenraw-0.0.3/test/Makefile.am 2007-12-14 20:28:59.000000000 +0200
+@@ -1,5 +1,5 @@
+
+-TESTS = fileio ljpegtest
++TESTS = fileio
+ TESTS_ENVIRONMENT =
+
+ OPENRAW_LIB = $(top_builddir)/lib/libopenraw.la
+@@ -8,9 +8,7 @@
+ -I$(top_srcdir)/include \
+ -I$(top_srcdir)/lib
+
+-check_PROGRAMS = fileio ciffcontainertest ljpegtest
+-
+-EXTRA_DIST = ljpegtest1.jpg
++check_PROGRAMS = fileio ciffcontainertest
+
+ fileio_LDFLAGS = -L$(top_builddir)/lib/io
+ fileio_LDADD = -lio
+@@ -18,7 +16,3 @@
+
+ ciffcontainertest_SOURCES = ciffcontainertest.cpp
+ ciffcontainertest_LDADD = $(OPENRAW_LIB)
+-
+-ljpegtest_SOURCES = ljpegtest.cpp
+-ljpegtest_LDFLAGS = -static
+-ljpegtest_LDADD = $(OPENRAW_LIB) $(BOOST_UNIT_TEST_FRAMEWORK_LIB)