mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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:
parent
9251f84302
commit
33656a71ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28474
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user