Do not do the REINPLACE on the plug-in pkg-config name if our Gecko
provider is libxul.
This commit is contained in:
parent
fadf319c1a
commit
ea82163612
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233128
@ -62,8 +62,10 @@ PLIST_SUB+= PLUGIN="@comment "
|
||||
|
||||
post-patch:
|
||||
.if defined(WITH_MOZILLA_PLUGIN)
|
||||
.if ${GECKO:Mlibxul}==""
|
||||
@${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|[$$][(]libdir[)]/mozilla/plugins|${WEBPLUGINS_DIR}|g' \
|
||||
${WRKSRC}/moz-plugin/Makefile.in
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user