aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-31 09:05:28 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-31 09:05:28 +0000
commit66c6cd53465d01074d83ae785943103747bede3b (patch)
tree61151855f31be1e1c580bbc90343af48bf0907e6 /net-im
parent5482ff3e1132cb6f2349126fa5a7cd83607971ed (diff)
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-twitter/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/pidgin-twitter/Makefile b/net-im/pidgin-twitter/Makefile
index 405b1465502c..e1897922292d 100644
--- a/net-im/pidgin-twitter/Makefile
+++ b/net-im/pidgin-twitter/Makefile
@@ -25,4 +25,7 @@ PLIST_FILES= lib/pidgin/pidgin-twitter.so \
${DATADIR_REL}/prefs.ui
PLIST_DIRS= ${DATADIR_REL}
+post-patch:
+ @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>