diff options
author | arved <arved@FreeBSD.org> | 2007-05-30 19:12:09 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-05-30 19:12:09 +0800 |
commit | 41e273d424b29d226ae50b6f32c22414252fbc4a (patch) | |
tree | a03b598f6c781ffbdabe95db2edfac7f82df4da4 /irc | |
parent | 317fa2cc1415fce7b49ccea5ec1381e8fa7a77f6 (diff) | |
download | freebsd-ports-gnome-41e273d424b29d226ae50b6f32c22414252fbc4a.tar.gz freebsd-ports-gnome-41e273d424b29d226ae50b6f32c22414252fbc4a.tar.zst freebsd-ports-gnome-41e273d424b29d226ae50b6f32c22414252fbc4a.zip |
Fix build on CURRENT
Diffstat (limited to 'irc')
-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 |