summaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-04 17:26:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-04 17:26:40 +0000
commit133081639629d3a686bf2572f801e2cdba1e875d (patch)
tree079abfcad53b0221dc20838f93d64f04d544452c /net/nepenthes
parent- Fix graphs when using PostgreSQL (diff)
- Fix build with gcc 4.2
Submitted by: danfe@ (thanks) Approved by: maintainer via privat mail
Notes
Notes: svn path=/head/; revision=194929
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index ed5320c6f6d4..61de4c31c55d 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -38,10 +38,8 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info
DOCS= README README.VFS logo-shaded.svg
MAN8= nepenthes.8
-.include <bsd.port.pre.mk>
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
+ ${REINPLACE_CMD} -e 's,-Werror,,'
-.if ${OSVERSION} >= 700000
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>