diff options
Diffstat (limited to 'sys-freebsd/freebsd-bin/files/freebsd-bin-flex.patch')
-rw-r--r-- | sys-freebsd/freebsd-bin/files/freebsd-bin-flex.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-freebsd/freebsd-bin/files/freebsd-bin-flex.patch b/sys-freebsd/freebsd-bin/files/freebsd-bin-flex.patch deleted file mode 100644 index ed3fb101eecf..000000000000 --- a/sys-freebsd/freebsd-bin/files/freebsd-bin-flex.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur bin/sh/Makefile bin-flex/sh/Makefile ---- bin/sh/Makefile 2004-03-18 10:55:47 +0000 -+++ bin-flex/sh/Makefile 2005-05-05 15:03:29 +0000 -@@ -16,7 +16,7 @@ - # builtin.1 in share/man/man1/. - - DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP} --LDADD= -ll -ledit -ltermcap -+LDADD= -lfl -ledit -ltermcap - - LFLAGS= -8 # 8-bit lex scanner for arithmetic - CFLAGS+=-DSHELL -I. -I${.CURDIR} |