diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-15 19:11:15 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-15 19:11:15 +0000 |
commit | 33656a71ce562fa5582dbb809fdb3c0ca5e4be9f (patch) | |
tree | 5b6c8da25db68bc9e89783dc34b1c41fd3c64518 | |
parent | Include 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
-rw-r--r-- | graphics/gview/Makefile | 4 |
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) |