From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/btyacc/files/btyacc-3.0-makefile.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-util/btyacc/files/btyacc-3.0-makefile.patch (limited to 'dev-util/btyacc/files/btyacc-3.0-makefile.patch') diff --git a/dev-util/btyacc/files/btyacc-3.0-makefile.patch b/dev-util/btyacc/files/btyacc-3.0-makefile.patch deleted file mode 100644 index 884b49f46b9d..000000000000 --- a/dev-util/btyacc/files/btyacc-3.0-makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ -Respect CC, append to CFLAGS (but not -g), append to LDFLAGS, use system LD -jer - ---- Makefile.orig 1999-07-15 19:40:12.000000000 +0200 -+++ Makefile 2009-09-04 15:27:15.000000000 +0200 -@@ -8,14 +8,13 @@ - - HDRS = defs.h mstring.h - --CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes -+CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes - --LDFLAGS = -static -+LDFLAGS += -static - - LIBS = - --CC = gcc --LINKER = gcc -+LINKER = $(CC) - # LINKER = cl - # CC = cl - -- cgit v1.2.3