summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-17 10:35:04 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-17 15:30:01 +0200
commita9b53286604e52da8bf8045e89b3e0fbdd3f0498 (patch)
tree177bccea5cea0f6d29b2d41e63eb646e8afd124c /app-text/rnv
parentapp-text/recode: remove unused patches (diff)
downloadgentoo-a9b53286604e52da8bf8045e89b3e0fbdd3f0498.tar.gz
gentoo-a9b53286604e52da8bf8045e89b3e0fbdd3f0498.tar.bz2
gentoo-a9b53286604e52da8bf8045e89b3e0fbdd3f0498.zip
app-text/rnv: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text/rnv')
-rw-r--r--app-text/rnv/files/rnv-1.7.8-respect-CFLAGS_and_CC.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/rnv/files/rnv-1.7.8-respect-CFLAGS_and_CC.patch b/app-text/rnv/files/rnv-1.7.8-respect-CFLAGS_and_CC.patch
deleted file mode 100644
index 7a06bca630a4..000000000000
--- a/app-text/rnv/files/rnv-1.7.8-respect-CFLAGS_and_CC.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.gnu.orig 2006-11-02 09:54:08.000000000 +0100
-+++ Makefile.gnu 2008-10-14 01:45:25.000000000 +0200
-@@ -26,7 +26,7 @@
- WARN=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-align
- OPT=-O -g
-
--CFLAGS=${INC} ${DEF} ${WARN} ${OPT}
-+CLAGS=${INC} ${DEF} ${WARN} ${OPT} ${CFLAGS}
- LFLAGS=${OPT} ${LBL}
-
- LIBEXPAT=-lexpat
-@@ -106,6 +106,6 @@
- .SUFFIXES: .c .o
-
- .c.o:
-- ${CC} ${CFLAGS} -c -o $@ $<
-+ ${CC} ${CLAGS} -c -o $@ $<
-
- all: rnv arx rvp xsdck test
-
---- Makefile.gnu.orig 2008-10-27 20:08:38.000000000 +0100
-+++ Makefile.gnu 2008-10-27 20:08:56.000000000 +0100
-@@ -1,6 +1,5 @@
-
- VERSION=1.7.8
--CC=cc
-
- # optional features
- M_STATIC=0