diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-29 16:56:53 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-29 16:56:53 +0000 |
commit | 07f63bef670145360eacfae5dd3a64056fd7390d (patch) | |
tree | 3cb0f0bc7a2e2b29132865088c90e01406a07280 | |
parent | Add ONLY_FOR_ARCHS=i386, as dependent ports consistently fail to build on (diff) |
s/liblstdc++/libstdc++/. liblstdc++ is a library of linuxthreads.
Pointed out by: ume
Notes
Notes:
svn path=/head/; revision=102553
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index a6bdba56e5ec..5973023c1e00 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -7,7 +7,7 @@ PORTNAME= linuxpluginwrapper PORTVERSION= 20040229 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www linux MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -70,7 +70,8 @@ post-build: -e 's,%%LTHREADSHMAJOR%%,${LTHREADSHMAJOR},' \ -e '/^%%LIBMAPCONF%%$$/r ${LIBMAPCONF}' \ -e '/^%%LIBMAPCONF%%$$/d' \ - < ${.CURDIR}/pkg-message > ${PKGMESSAGE} + < ${.CURDIR}/pkg-message | \ + ${SED} -e 's/liblstdc\+\+\.so\.4/libstdc++.so.4/' > ${PKGMESSAGE} pre-install: @${MKDIR} ${X11BASE}/lib/browser_plugins |