- Fix runtime linking on Firefox
PR: ports/84140 Submitted by: Tom Maher <tmaher@eecs.berkeley.edu> Approved by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
This commit is contained in:
parent
0780d5bbeb
commit
6ae753bc9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148891
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR}
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-plugin-dir="${PREFIX}/${PLUGIN_DIR}"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXt"
|
||||
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue