summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-01-10 13:29:11 +0200
committerDavid Seifert <soap@gentoo.org>2017-01-10 13:40:13 +0200
commit4c47a1156e93ea59133a4818f7d235ffa69cabcb (patch)
treeb62a35bba3ab4943435ee068b25d812a926f52cb /dev-libs/libdynd/files
parentnet-proxy/privoxy: 3.0.26 version bump (diff)
downloadgentoo-4c47a1156e93ea59133a4818f7d235ffa69cabcb.tar.gz
gentoo-4c47a1156e93ea59133a4818f7d235ffa69cabcb.tar.bz2
gentoo-4c47a1156e93ea59133a4818f7d235ffa69cabcb.zip
Revert "dev-libs/libdynd: version bump"
This reverts commit 534b09a8949b7a27832196be14f6f4ec295f3e8b.
Diffstat (limited to 'dev-libs/libdynd/files')
-rw-r--r--dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch b/dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch
new file mode 100644
index 000000000000..9659372b05ea
--- /dev/null
+++ b/dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch
@@ -0,0 +1,15 @@
+--- tests/CMakeLists.txt.orig 2014-02-10 14:25:18.041841087 -0800
++++ tests/CMakeLists.txt 2014-02-10 14:25:40.224975614 -0800
+@@ -105,12 +105,6 @@
+ )
+ endif()
+
+-# If installation is requested, install the program
+-if (DYND_INSTALL_LIB)
+- install(TARGETS test_libdynd
+- RUNTIME DESTINATION bin)
+-endif()
+-
+ # Compile-time tests: test code that is supposed to produce compile errors
+ # I couldn't find a properly specified way to do this, so hacked together
+ # this function.