Add some CONFIGURE_ENV's so a static libintl doesn't get built in.

PR:		18527
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
This commit is contained in:
Chris Piazza 2000-05-15 19:11:15 +00:00
parent 9251f84302
commit 33656a71ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28474

View File

@ -22,7 +22,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${GTK_CONFIG}"
post-install:
.if !defined(NOPORTDOCS)