diff options
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r-- | net-im/libyahoo2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index 03a0a154dd47..0999b46f14ac 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,4 +20,8 @@ USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in + .include <bsd.port.mk> |