aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <christoph.junghans@gmail.com>2015-01-14 11:14:45 -0700
committerChristoph Junghans <christoph.junghans@gmail.com>2015-01-14 11:14:45 -0700
commitaa0fc9ec83064a6f3af49e2d903fed33da350def (patch)
treee43258f2d1bc9d6600352f834d73e580b85cd09e /sci-libs/libspatialindex/files
parentMerge pull request #337 from marbre/mendeleydesktop (diff)
parentsci-libs/libspatialindex: add myself to metadata.xml (diff)
downloadsci-aa0fc9ec83064a6f3af49e2d903fed33da350def.tar.gz
sci-aa0fc9ec83064a6f3af49e2d903fed33da350def.tar.bz2
sci-aa0fc9ec83064a6f3af49e2d903fed33da350def.zip
Merge pull request #340 from hasufell/master
update sci-libs/libspatialindex to 1.8.5
Diffstat (limited to 'sci-libs/libspatialindex/files')
-rw-r--r--sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch15
1 files changed, 15 insertions, 0 deletions
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
+