diff options
author | krion <krion@FreeBSD.org> | 2004-08-24 03:09:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-24 03:09:38 +0800 |
commit | 55d33c17e3f2e13ebd8bafebd3195418561defc0 (patch) | |
tree | 5d1207ddb1b26fc21ed57a9c229ca08283c0b0a6 /net | |
parent | d916a089bb21d7c69ecdd0fc30efb769d998aa74 (diff) | |
download | freebsd-ports-gnome-55d33c17e3f2e13ebd8bafebd3195418561defc0.tar.gz freebsd-ports-gnome-55d33c17e3f2e13ebd8bafebd3195418561defc0.tar.zst freebsd-ports-gnome-55d33c17e3f2e13ebd8bafebd3195418561defc0.zip |
Fix libtool usage
PR: ports/70870
Submitted by: Ports Fury
Diffstat (limited to 'net')
-rw-r--r-- | net/libyahoo2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index 20ea9dc362b9..3dce227d70ef 100644 --- a/net/libyahoo2/Makefile +++ b/net/libyahoo2/Makefile @@ -8,6 +8,7 @@ PORTNAME= libyahoo2 PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +23,7 @@ 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 + @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ + s| -module ||g' ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> |