diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-31 09:05:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-31 09:05:28 +0000 |
commit | 66c6cd53465d01074d83ae785943103747bede3b (patch) | |
tree | 61151855f31be1e1c580bbc90343af48bf0907e6 /net-im | |
parent | 5482ff3e1132cb6f2349126fa5a7cd83607971ed (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-twitter/Makefile | 3 |
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> |