diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-20 16:53:25 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-20 16:53:25 +0000 |
commit | 8ca07f10991d0dbb97fc5b97ba3f464cd1c63aef (patch) | |
tree | 2eaf63eb9acdc6a0cc2a8a078634632bcbf5e4d5 /mbone | |
parent | 98d4925ebd72cf1d6a0c7ac23377ab8100d91b19 (diff) | |
download | ports-8ca07f10991d0dbb97fc5b97ba3f464cd1c63aef.tar.gz ports-8ca07f10991d0dbb97fc5b97ba3f464cd1c63aef.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 06ca599d6c7a..396012c8447e 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -38,13 +38,17 @@ ENABLE_IPv6= --enable-ipv6 .endif .if ${OSVERSION} >= 700011 -EXTRA_PATCHES= ${FILESDIR}/timet.patch +EXTRA_PATCHES= ${FILESDIR}/timet.patch .endif .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif +post-patch: + ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/common/configure.in \ + ${WRKSRC}/rat/configure.in + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui |