summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2016-07-16 17:55:57 +0600
committerAndrey Grozin <grozin@gentoo.org>2016-07-16 17:55:57 +0600
commitc7cda63359123c2d9e9d3e66cefbf21d53289a17 (patch)
treeb3a2b473ca69ece88a6fc63397f82f5bdb2d5f91 /sci-geosciences/routino/files
parentdev-vcs/git: Removed old. (diff)
downloadgentoo-c7cda63359123c2d9e9d3e66cefbf21d53289a17.tar.gz
gentoo-c7cda63359123c2d9e9d3e66cefbf21d53289a17.tar.bz2
gentoo-c7cda63359123c2d9e9d3e66cefbf21d53289a17.zip
sci-geosciences/routino: bump to 3.1.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences/routino/files')
-rw-r--r--sci-geosciences/routino/files/routino-3.1.1.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/sci-geosciences/routino/files/routino-3.1.1.patch b/sci-geosciences/routino/files/routino-3.1.1.patch
new file mode 100644
index 000000000000..15ba41b73feb
--- /dev/null
+++ b/sci-geosciences/routino/files/routino-3.1.1.patch
@@ -0,0 +1,34 @@
+diff -r -U1 routino-3.1.1.orig/Makefile.conf routino-3.1.1/Makefile.conf
+--- routino-3.1.1.orig/Makefile.conf 2016-03-05 19:49:21.000000000 +0600
++++ routino-3.1.1/Makefile.conf 2016-07-16 20:09:22.208869580 +0600
+@@ -47,3 +47,3 @@
+ ifneq ($(HOST),MINGW)
+-prefix=/usr/local
++prefix=/usr
+ bindir=$(prefix)/bin
+@@ -51,3 +51,3 @@
+ libdir=$(prefix)/lib
+-docdir=$(prefix)/doc/routino
++docdir=$(prefix)/share/doc/$(PF)
+ datadir=$(prefix)/share/routino
+@@ -76,6 +76,6 @@
+ # Maths library
+-LDFLAGS=-lm
++LDFLAGS+=-lm
+
+ # Language dialect selection
+-CFLAGS=-std=c99
++CFLAGS+=-std=c99
+
+@@ -85,3 +85,3 @@
+ # Optimisation options
+-CFLAGS+=-O3
++#CFLAGS+=-O3
+ CFLAGS+=-ffast-math
+@@ -141,4 +141,4 @@
+ # Required for xz support (uncomment these two lines if required)
+-#CFLAGS+=-DUSE_XZ
+-#LDFLAGS+=-llzma
++CFLAGS+=-DUSE_XZ
++LDFLAGS+=-llzma
+