summaryrefslogtreecommitdiff
path: root/dev-util/btyacc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/btyacc/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/btyacc/files')
-rw-r--r--dev-util/btyacc/files/btyacc-3.0-includes.patch10
-rw-r--r--dev-util/btyacc/files/btyacc-3.0-makefile.patch22
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/btyacc/files/btyacc-3.0-includes.patch b/dev-util/btyacc/files/btyacc-3.0-includes.patch
deleted file mode 100644
index a03f58fa3865..000000000000
--- a/dev-util/btyacc/files/btyacc-3.0-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- mstring.c
-+++ mstring.c
-@@ -1,6 +1,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <stdarg.h>
-+#include <string.h>
- #include <ctype.h>
- #include "mstring.h"
-
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
-