summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch')
-rw-r--r--media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch b/media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch
deleted file mode 100644
index 551744e5b1a3..000000000000
--- a/media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur libopenraw-0.0.4.orig/test/Makefile.am libopenraw-0.0.4/test/Makefile.am
---- libopenraw-0.0.4.orig/test/Makefile.am 2008-01-02 06:37:16.000000000 +0200
-+++ libopenraw-0.0.4/test/Makefile.am 2008-01-20 16:47:30.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 @BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS@
--ljpegtest_LDADD = $(OPENRAW_LIB) @BOOST_UNIT_TEST_FRAMEWORK_LIBS@