aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-twitter
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/pidgin-twitter
parent5482ff3e1132cb6f2349126fa5a7cd83607971ed (diff)
downloadports-66c6cd53465d01074d83ae785943103747bede3b.tar.gz
ports-66c6cd53465d01074d83ae785943103747bede3b.zip
Fix packaging.
Submitted by: miwi Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=315631
Diffstat (limited to 'net-im/pidgin-twitter')
-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>