From 05acddeb331e447867e49b8ad09aeb8a91d5726d Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 14 Jan 2015 16:44:26 +0100 Subject: sci-libs/libspatialindex: version bump to 1.8.5 --- .../libspatialindex/files/libspatialindex-1.8.1-QA.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch (limited to 'sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch') diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch b/sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch new file mode 100644 index 000000000..446452dc9 --- /dev/null +++ b/sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch @@ -0,0 +1,15 @@ +--- 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 + -- cgit v1.2.3