summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-20 11:15:29 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-20 11:15:29 +0100
commitd4174767f36533ffb03b7e5a78a03a62812075f3 (patch)
treeb99f475f2709237aa8bde482b33717910ec270d2 /sci-geosciences/routino/files
parentsci-geosciences/mapserver: Remove old (diff)
downloadgentoo-d4174767f36533ffb03b7e5a78a03a62812075f3.tar.gz
gentoo-d4174767f36533ffb03b7e5a78a03a62812075f3.tar.bz2
gentoo-d4174767f36533ffb03b7e5a78a03a62812075f3.zip
sci-geosciences/routino: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-geosciences/routino/files')
-rw-r--r--sci-geosciences/routino/files/routino-3.1.1.patch56
1 files changed, 0 insertions, 56 deletions
diff --git a/sci-geosciences/routino/files/routino-3.1.1.patch b/sci-geosciences/routino/files/routino-3.1.1.patch
deleted file mode 100644
index ac54fcf9f887..000000000000
--- a/sci-geosciences/routino/files/routino-3.1.1.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- routino-3.1.1/Makefile.conf 2017-10-22 15:55:10.420531850 +0200
-+++ routino-3.1.1/Makefile.conf.new 2017-10-22 15:55:32.180533067 +0200
-@@ -45,11 +45,11 @@
- # Installation locations (edit if required)
-
- ifneq ($(HOST),MINGW)
--prefix=/usr/local
-+prefix=/usr
- bindir=$(prefix)/bin
- incdir=$(prefix)/include
- libdir=$(prefix)/lib
--docdir=$(prefix)/doc/routino
-+docdir=$(prefix)/share/doc/$(PF)
- datadir=$(prefix)/share/routino
- else
- prefix="c:/Program Files/Routino"
-@@ -74,16 +74,16 @@
-
-
- # Maths library
--LDFLAGS=-lm
-+LDFLAGS+=-lm
-
- # Language dialect selection
--CFLAGS=-std=c99
-+CFLAGS+=-std=c99
-
- # Warning options
- CFLAGS+=-Wall -Wmissing-prototypes -Wextra -Wno-unused-parameter -pedantic
-
- # Optimisation options
--CFLAGS+=-O3
-+#CFLAGS+=-O3
- CFLAGS+=-ffast-math
-
- # Optimisation option (only works if compilation and execution use exactly the same CPU architecture).
-@@ -118,7 +118,7 @@
- endif
-
- # Put the current directory in the shared library path for the router using libroutino
--LDFLAGS_LDSO=-Wl,-R.
-+#LDFLAGS_LDSO=-Wl,-R.
-
-
- # Required for multi-threaded support (comment these two lines out if not required)
-@@ -139,8 +139,8 @@
-
-
- # Required for xz support (uncomment these two lines if required)
--#CFLAGS+=-DUSE_XZ
--#LDFLAGS+=-llzma
-+CFLAGS+=-DUSE_XZ
-+LDFLAGS+=-llzma
-
-
- # Required to use stdio with files > 2GiB on 32-bit system.