diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-24 18:56:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-24 18:56:59 +0800 |
commit | 2bd258dc8d128ea4bc8c30f332fea0e134b87b7b (patch) | |
tree | 61700afeef3e5c56575360c0b0e26efaa51ca3d8 /lang | |
parent | 35a07f767e8e5a2ff98b7aaa24d2d838436a3f47 (diff) | |
download | freebsd-ports-gnome-2bd258dc8d128ea4bc8c30f332fea0e134b87b7b.tar.gz freebsd-ports-gnome-2bd258dc8d128ea4bc8c30f332fea0e134b87b7b.tar.zst freebsd-ports-gnome-2bd258dc8d128ea4bc8c30f332fea0e134b87b7b.zip |
- Respect CFLAGS
Submitted by: Soeren Straarup via irc
Approved by: krion (mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tinycobol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 4c33505348e1..16c5e99ac75a 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= --with-libdb=3 CPPFLAGS= -I${LOCALBASE}/include -CFLAGS= ${CPPFLAGS} +CFLAGS+= ${CPPFLAGS} LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |