1
0
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:
Maxim Sobolev 2000-05-29 06:24:51 +00:00
parent f8fc835e4c
commit 04c18e4759
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28913
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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