summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-05-15 19:11:15 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-05-15 19:11:15 +0000
commit33656a71ce562fa5582dbb809fdb3c0ca5e4be9f (patch)
tree5b6c8da25db68bc9e89783dc34b1c41fd3c64518 /graphics
parentInclude zlib and MySQL support if ${BATCH} is defined. (diff)
Add some CONFIGURE_ENV's so a static libintl doesn't get built in.
PR: 18527 Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Notes
Notes: svn path=/head/; revision=28474
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gview/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile
index 08bc084fa31a..43d05c30baf2 100644
--- a/graphics/gview/Makefile
+++ b/graphics/gview/Makefile
@@ -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)