diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-03-26 11:53:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-26 11:53:01 +0100 |
commit | e17ef0fef5de0fd7be430bb9f775f477039c3eda (patch) | |
tree | 425f6bb809ea0f01c23045d45b8f46910400d2d3 /sci-geosciences/routino/files | |
parent | sys-cluster/drbd-utils: Remove old (diff) | |
download | gentoo-e17ef0fef5de0fd7be430bb9f775f477039c3eda.tar.gz gentoo-e17ef0fef5de0fd7be430bb9f775f477039c3eda.tar.bz2 gentoo-e17ef0fef5de0fd7be430bb9f775f477039c3eda.zip |
sci-geosciences/routino: Remove old
Closes: https://github.com/gentoo/gentoo/pull/19857
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.2.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/sci-geosciences/routino/files/routino-3.2.patch b/sci-geosciences/routino/files/routino-3.2.patch deleted file mode 100644 index 81b6c4d938c9..000000000000 --- a/sci-geosciences/routino/files/routino-3.2.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- routino-3.2/Makefile.conf 2017-10-22 16:03:29.917559780 +0200 -+++ routino-3.2/Makefile.conf.new 2017-10-22 16:04:23.877562797 +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. |