mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
s/liblstdc++/libstdc++/. liblstdc++ is a library of linuxthreads.
Pointed out by: ume
This commit is contained in:
parent
2d29bc4b0f
commit
07f63bef67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102553
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user