summaryrefslogtreecommitdiff
path: root/audio/rat
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-20 16:53:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-20 16:53:25 +0000
commit8ca07f10991d0dbb97fc5b97ba3f464cd1c63aef (patch)
tree2eaf63eb9acdc6a0cc2a8a078634632bcbf5e4d5 /audio/rat
parentAdd RECODE knob, its enable oscar_recode_charset variable for (diff)
Fix build with gcc41
portlint
Notes
Notes: svn path=/head/; revision=180287
Diffstat (limited to 'audio/rat')
-rw-r--r--audio/rat/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile
index 06ca599d6c7a..396012c8447e 100644
--- a/audio/rat/Makefile
+++ b/audio/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