summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-04 10:19:24 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-04 10:19:24 +0000
commitf86c15aaad64972ff85595968367062329a094cb (patch)
treeb773b41b24e37a5456496efce39d2fe92c79e83b /polish
parentUpdate to 0.6 (diff)
Fix build with gcc-3.4
PR: ports/69962 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=115396
Diffstat (limited to 'polish')
-rw-r--r--polish/ekg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile
index d56b2085257b..d97660c705e3 100644
--- a/polish/ekg/Makefile
+++ b/polish/ekg/Makefile
@@ -26,8 +26,10 @@ CONFIGURE_ARGS+= --enable-shared \
--enable-aspell \
--mandir=${PREFIX}/man
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes