mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Poot zee LDFLAGS beck intu zee CONFIGURE_ENV. Bork Bork Bork!
This commit is contained in:
parent
bd960255f4
commit
f74790599d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151987
@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
--disable-gtk-doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_SUB= VERSION="2.2"
|
||||
|
||||
|
@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
--disable-gtk-doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_SUB= VERSION="2.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user