diff options
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> |