diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-05-16 03:11:15 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-05-16 03:11:15 +0800 |
commit | b457e12358cbf25e659ec616c2386780ed147891 (patch) | |
tree | 537c0d9c6c3b94416f1fa330d06fbe45e8893d2e /graphics/gview | |
parent | 760af96de0801a90bb7268d0cc46fc849276c2da (diff) | |
download | freebsd-ports-gnome-b457e12358cbf25e659ec616c2386780ed147891.tar.gz freebsd-ports-gnome-b457e12358cbf25e659ec616c2386780ed147891.tar.zst freebsd-ports-gnome-b457e12358cbf25e659ec616c2386780ed147891.zip |
Add some CONFIGURE_ENV's so a static libintl doesn't get built in.
PR: 18527
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Diffstat (limited to 'graphics/gview')
-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) |