diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 14:22:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 14:22:32 +0800 |
commit | 4b2ecb697788c5089708b0416bc52ec3b43c3bf0 (patch) | |
tree | ac286aa3577091784c6c4dc222c2714bc01fa304 /math/surf | |
parent | a99af158da542071ccf28da8ca73fc2b2d321c7c (diff) | |
download | freebsd-ports-gnome-4b2ecb697788c5089708b0416bc52ec3b43c3bf0.tar.gz freebsd-ports-gnome-4b2ecb697788c5089708b0416bc52ec3b43c3bf0.tar.zst freebsd-ports-gnome-4b2ecb697788c5089708b0416bc52ec3b43c3bf0.zip |
- Support CFLAGS/CXXFLAGS properly
PR: 42888
Submitted by: Ports Fury
Diffstat (limited to 'math/surf')
-rw-r--r-- | math/surf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index 221e60e5ef3f..c409086dc8a2 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= surf.1 |