summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-21 15:36:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-21 15:36:58 +0000
commit2bc4b8dcaa2395576f0693be60055788e630cea8 (patch)
treee4eca27b71e167a1df2980f192fe8abc50e82c89 /sysutils
parentUpdate to 2.4 (diff)
Fix build with gcc41
Notes
Notes: svn path=/head/; revision=180339
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fileschanged/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/fileschanged/Makefile b/sysutils/fileschanged/Makefile
index de02842b911a..8a5843d2e2c1 100644
--- a/sysutils/fileschanged/Makefile
+++ b/sysutils/fileschanged/Makefile
@@ -31,6 +31,9 @@ MAN1= fileschanged.1
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README fileschanged.lsm
PLIST_FILES= bin/fileschanged
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
+
post-install:
@${CAT} ${PKGMESSAGE}