mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Respect installed intl shared library.
This commit is contained in:
parent
f8fc835e4c
commit
04c18e4759
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28913
@ -17,7 +17,11 @@ MAINTAINER= jseger@FreeBSD.org
|
||||
Y2K= http://www.gnu.org/software/year2000.html
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--without-included-gettext
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= gmake.1
|
||||
|
||||
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
|
||||
|
@ -17,7 +17,11 @@ MAINTAINER= jseger@FreeBSD.org
|
||||
Y2K= http://www.gnu.org/software/year2000.html
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--without-included-gettext
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= gmake.1
|
||||
|
||||
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
|
||||
|
Loading…
Reference in New Issue
Block a user