summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-03-03 22:05:14 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-03-03 22:05:23 +0100
commitdac2e018aad56ee395e1a5160bba19e68caa29ea (patch)
treed96c9ef8f94b7137bb886991c3ce4c2aded53d6e /sci-libs/ogdi/files/ogdi-3.2.0-optimisation.patch
parentdev-python/argh: use HTTPS, avoid redirection (diff)
downloadgentoo-dac2e018aad56ee395e1a5160bba19e68caa29ea.tar.gz
gentoo-dac2e018aad56ee395e1a5160bba19e68caa29ea.tar.bz2
gentoo-dac2e018aad56ee395e1a5160bba19e68caa29ea.zip
sci-libs/ogdi: Version bump, adapted from Dennis Schridde's overlay
Bug: https://bugs.gentoo.org/371389 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-libs/ogdi/files/ogdi-3.2.0-optimisation.patch')
-rw-r--r--sci-libs/ogdi/files/ogdi-3.2.0-optimisation.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/ogdi/files/ogdi-3.2.0-optimisation.patch b/sci-libs/ogdi/files/ogdi-3.2.0-optimisation.patch
new file mode 100644
index 000000000000..6dd25fe6d7c2
--- /dev/null
+++ b/sci-libs/ogdi/files/ogdi-3.2.0-optimisation.patch
@@ -0,0 +1,13 @@
+diff --git a/config/unix.mak b/config/unix.mak
+index e3af578..927b0fc 100644
+--- a/config/unix.mak
++++ b/config/unix.mak
+@@ -55,7 +55,7 @@ LINK_SW = -L
+ ifeq ($(CFG),debug)
+ OPTIMIZATION = -g
+ else
+-OPTIMIZATION = -O
++OPTIMIZATION =
+ endif
+
+ #