commit:     a9b53286604e52da8bf8045e89b3e0fbdd3f0498
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sun Jul 17 08:35:04 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 13:30:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b53286

app-text/rnv: remove unused patch

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../files/rnv-1.7.8-respect-CFLAGS_and_CC.patch    | 29 ----------------------
 1 file changed, 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 7a06bca..0000000
--- 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

Reply via email to