diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 11:12:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 11:12:09 +0000 |
commit | 9f3e67f62bb70b117b755bcce08820944dd15b72 (patch) | |
tree | a28ff1e6ceb944f3c7f412d3fcbba6962135bb5a /irc/xaric | |
parent | Fix a DISTNAME glitch introduced by the X.org upgrade. (diff) |
Fix build on CURRENT
Diffstat (limited to 'irc/xaric')
-rw-r--r-- | irc/xaric/Makefile | 3 |
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 |