diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-15 19:03:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-15 19:04:56 +0200 |
commit | 9b498d0b2141ab6a8eb7436be15d993213e34996 (patch) | |
tree | c3c1490be915af03f6791bbee22469fb7affed14 /sci-libs/libgeodecomp/files | |
parent | sci-libs/libgeodecomp: Rollover ~ppc keyword from 0.3.1 (diff) | |
download | gentoo-9b498d0b2141ab6a8eb7436be15d993213e34996.tar.gz gentoo-9b498d0b2141ab6a8eb7436be15d993213e34996.tar.bz2 gentoo-9b498d0b2141ab6a8eb7436be15d993213e34996.zip |
sci-libs/libgeodecomp: Drop 0.3.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/libgeodecomp/files')
-rw-r--r-- | sci-libs/libgeodecomp/files/libflatarray.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/libgeodecomp/files/libflatarray.patch b/sci-libs/libgeodecomp/files/libflatarray.patch deleted file mode 100644 index 8a109d986577..000000000000 --- a/sci-libs/libgeodecomp/files/libflatarray.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/CMakeLists.txt.orig 2015-05-06 07:03:21.508147301 +0200 -+++ src/CMakeLists.txt 2015-05-06 07:03:27.038147363 +0200 -@@ -439,7 +439,7 @@ - install(FILES ${HEADERS} DESTINATION include/${PACKAGE_NAME}/${dir}) - endforeach(dir) - # install libflatarray, too --install(FILES ../lib/libflatarray/src/flat_array.hpp DESTINATION include/libflatarray) -+#install(FILES ../lib/libflatarray/src/flat_array.hpp DESTINATION include/libflatarray) - - # link against the libs we need - set(INSTALLER_LINK_FLAGS "-L\${libdir} -lgeodecomp ") |