diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-10-02 10:05:52 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-10-02 10:05:52 +0000 |
commit | 29d1a70e66b7b84b3ba840e1aa020b80689c95c3 (patch) | |
tree | 6504c0d9c54b123fd7bd19f99dc13dfbb48d5ec5 /textproc/bsdgrep/files | |
parent | Fix install when PREFIX != LOCALBASE (diff) |
- Update to 20111002
Notes
Notes:
svn path=/head/; revision=282787
Diffstat (limited to 'textproc/bsdgrep/files')
-rw-r--r-- | textproc/bsdgrep/files/patch-Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/textproc/bsdgrep/files/patch-Makefile b/textproc/bsdgrep/files/patch-Makefile index 5bcd88bb126f..5cc40a3b3294 100644 --- a/textproc/bsdgrep/files/patch-Makefile +++ b/textproc/bsdgrep/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.old 2011-09-14 01:10:08.000000000 +0200 -+++ Makefile 2011-09-14 01:10:38.000000000 +0200 -@@ -4,15 +4,7 @@ +--- Makefile.orig 2011-09-21 15:26:48.000000000 +0200 ++++ Makefile 2011-09-21 15:29:01.000000000 +0200 +@@ -4,16 +4,9 @@ .include <bsd.own.mk> @@ -14,14 +14,7 @@ - cp ${.ALLSRC} ${.TARGET} -.endif SRCS= file.c grep.c queue.c util.c ++CFLAGS+=-std=gnu99 # Extra files ported backported form some regex improvements -@@ -30,7 +22,7 @@ - ${BINDIR}/grep ${BINDIR}/bzegrep \ - ${BINDIR}/grep ${BINDIR}/bzfgrep \ - ${BINDIR}/grep ${BINDIR}/xzgrep \ -- ${BINDIR}/grep ${BINDIR}/xzefgrep \ -+ ${BINDIR}/grep ${BINDIR}/xzegrep \ - ${BINDIR}/grep ${BINDIR}/xzfgrep \ - ${BINDIR}/grep ${BINDIR}/lzgrep \ - ${BINDIR}/grep ${BINDIR}/lzegrep \ + .PATH: ${.CURDIR}/regex |