diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-04-02 05:16:35 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-04-02 05:16:35 +0700 |
commit | e80a1974963f3c3633ab857fb5e4e75cb83bc803 (patch) | |
tree | f2561ab7fa50ee7adacb451741734440dffd7e51 /sci-geosciences/routino/files | |
parent | dev-java/jsr173: drop jaxme dependency. (diff) | |
download | gentoo-e80a1974963f3c3633ab857fb5e4e75cb83bc803.tar.gz gentoo-e80a1974963f3c3633ab857fb5e4e75cb83bc803.tar.bz2 gentoo-e80a1974963f3c3633ab857fb5e4e75cb83bc803.zip |
sci-geosciences/routino: bump to 3.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-geosciences/routino/files')
-rw-r--r-- | sci-geosciences/routino/files/routino-3.2.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sci-geosciences/routino/files/routino-3.2.patch b/sci-geosciences/routino/files/routino-3.2.patch new file mode 100644 index 000000000000..484b61b68f10 --- /dev/null +++ b/sci-geosciences/routino/files/routino-3.2.patch @@ -0,0 +1,30 @@ +diff -r -U1 routino-3.2.orig/Makefile.conf routino-3.2/Makefile.conf +--- routino-3.2.orig/Makefile.conf 2016-11-22 20:22:52.000000000 +0100 ++++ routino-3.2/Makefile.conf 2017-04-01 23:58:23.835905270 +0200 +@@ -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 +@@ -79,3 +79,3 @@ + # 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 + |