mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add a symlink for libmozjs185.so.1 so adding mozjs185 to LIB_DEPENDS works.
Approved by: koobs (maintainer) Feature safe: yes
This commit is contained in:
parent
eeec8a68a8
commit
1c4507fda0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306012
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= spidermonkey185
|
||||
PORTVERSION= 1.8.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= js
|
||||
@ -160,4 +161,7 @@ regression-test: build
|
||||
--no-progress --jitflags=,m,j,mj,mjp,am,amj,amjp,amd ./js
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${LN} -s libmozjs185.so.1.0 ${PREFIX}/lib/libmozjs185.so.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -102,6 +102,7 @@ lib/libmozjs185.so
|
||||
lib/libmozjs185-1.0.a
|
||||
lib/libmozjs185.so.1.0.0
|
||||
lib/libmozjs185.so.1.0
|
||||
lib/libmozjs185.so.1
|
||||
libdata/pkgconfig/mozjs185.pc
|
||||
@dirrmtry libdata/pkgconfig
|
||||
@dirrm include/js
|
||||
|
Loading…
Reference in New Issue
Block a user