summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-05-30 11:12:09 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-05-30 11:12:09 +0000
commit9f3e67f62bb70b117b755bcce08820944dd15b72 (patch)
treea28ff1e6ceb944f3c7f412d3fcbba6962135bb5a /irc
parentFix a DISTNAME glitch introduced by the X.org upgrade. (diff)
Fix build on CURRENT
Notes
Notes: svn path=/head/; revision=192392
Diffstat (limited to 'irc')
-rw-r--r--irc/xaric/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
index bda9baed3809..911fb23c2598 100644
--- a/irc/xaric/Makefile
+++ b/irc/xaric/Makefile
@@ -19,6 +19,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xaric.1
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/Makefile.in
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xaric.1 ${MANPREFIX}/man/man1