summaryrefslogtreecommitdiff
path: root/sci-libs/libdap/files/libdap-3.18.1-fix-buildsystem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libdap/files/libdap-3.18.1-fix-buildsystem.patch')
-rw-r--r--sci-libs/libdap/files/libdap-3.18.1-fix-buildsystem.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-libs/libdap/files/libdap-3.18.1-fix-buildsystem.patch b/sci-libs/libdap/files/libdap-3.18.1-fix-buildsystem.patch
deleted file mode 100644
index f36fdceb1fd0..000000000000
--- a/sci-libs/libdap/files/libdap-3.18.1-fix-buildsystem.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Do not install headers and static library required only for test suite.
-
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -36,13 +36,13 @@
- # Build the test drivers. The drivers all use the
- # subclassed types in Test*.cc and the TestTypesFactory.
-
--lib_LIBRARIES = libtest-types.a
-+noinst_LIBRARIES = libtest-types.a
-
- libtest_types_a_SOURCES = $(TESTSRCS) $(TEST_HDR)
- libtest_types_a_CXXFLAGS = -fPIC
-
- testheadersdir = $(pkgincludedir)/test
--testheaders_HEADERS = $(TEST_HDR)
-+noinst_testheaders = $(TEST_HDR)
-
- das_test_SOURCES = das-test.cc
- das_test_LDADD = libtest-types.a ../libdapserver.la ../libdap.la