diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-10-20 11:31:15 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-10-20 11:31:15 +0000 |
commit | e26f111349abe54f2e065158856fb0aaae2549f6 (patch) | |
tree | 32f3a07dee7c93411f9b059947b796d0c8ebcf00 /textproc/glimpse/Makefile | |
parent | 88ac321cb9cb3627a5ac125bd9bf0a810127e57c (diff) | |
download | ports-e26f111349abe54f2e065158856fb0aaae2549f6.tar.gz ports-e26f111349abe54f2e065158856fb0aaae2549f6.zip |
Notes
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 808dde051011..3e9c825e08dd 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -16,15 +16,9 @@ COMMENT= Text search engine NO_CDROM= "Restrictive copyright (don't sell for profit)" GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -DISO_CHAR_SET=1" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -DISO_CHAR_SET=1 -D__STRICT_ANSI__" MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - pre-configure: ${RM} ${WRKSRC}/config.cache ${CHMOD} ugo+x ${WRKSRC}/configure @@ -35,4 +29,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse ${INSTALL_PROGRAM} ${WRKSRC}/index/wgconvert ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |