diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-06 22:51:51 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-06 22:51:51 +0800 |
commit | f572c1bdc99280a7b8b553bba8d1d8c0426bb0c2 (patch) | |
tree | 989522d4298f53086ecc408ddf34d8e58cbae005 /graphics/gtksee | |
parent | 8e81d120fc40a42293eb9f0e8be558bfe26fbb05 (diff) | |
download | freebsd-ports-gnome-f572c1bdc99280a7b8b553bba8d1d8c0426bb0c2.tar.gz freebsd-ports-gnome-f572c1bdc99280a7b8b553bba8d1d8c0426bb0c2.tar.zst freebsd-ports-gnome-f572c1bdc99280a7b8b553bba8d1d8c0426bb0c2.zip |
Add system's CFLAGS to CONFIGURE_ENV.
Diffstat (limited to 'graphics/gtksee')
-rw-r--r-- | graphics/gtksee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index cfd699a26a57..ade53893888b 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Nov 22 12:08:18 CET 1998 # Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.3 1998/12/01 21:47:45 billf Exp $ +# $Id: Makefile,v 1.4 1998/12/04 20:29:09 billf Exp $ # DISTNAME= gtksee-0.2.1 @@ -20,7 +20,7 @@ LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ tiff.4:${PORTSDIR}/graphics/tiff34 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \ LDFLAGS=-L${PREFIX}/lib .include <bsd.port.mk> |