diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-22 21:24:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-22 21:33:28 +0200 |
commit | 2a71bb90ea91db28f7b68a00e3f5a00f33aa5686 (patch) | |
tree | 52d74809a8ce09593f225382b1cb96f3b737b3ab /sci-libs/libspatialindex/files | |
parent | sci-libs/libspatialindex: Cleanup due to #408423 (diff) | |
download | gentoo-2a71bb90ea91db28f7b68a00e3f5a00f33aa5686.tar.gz gentoo-2a71bb90ea91db28f7b68a00e3f5a00f33aa5686.tar.bz2 gentoo-2a71bb90ea91db28f7b68a00e3f5a00f33aa5686.zip |
sci-libs/libspatialindex: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sci-libs/libspatialindex/files')
-rw-r--r-- | sci-libs/libspatialindex/files/libspatialindex-1.8.0-QA.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.8.0-QA.patch b/sci-libs/libspatialindex/files/libspatialindex-1.8.0-QA.patch deleted file mode 100644 index 446452dc9ef1..000000000000 --- a/sci-libs/libspatialindex/files/libspatialindex-1.8.0-QA.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- spatialindex-src-1.8.0/configure.ac -+++ spatialindex-src-1.8.0/configure.ac -@@ -49,10 +49,10 @@ - AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging [default=$debug_default]],, enable_debug=$debug_default) - - if test "x$enable_debug" = "xyes"; then -- CXXFLAGS="$CXXFLAGS -g -DDEBUG" -+ CXXFLAGS="$CXXFLAGS -DDEBUG" - AC_MSG_RESULT(checking wether debug information is enabled... yes) - else -- CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" -+ CXXFLAGS="$CXXFLAGS -DNDEBUG" - AC_MSG_RESULT(checking wether debug information is enabled... no) - fi - |