diff options
author | krion <krion@FreeBSD.org> | 2004-08-04 10:19:24 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-04 10:19:24 +0000 |
commit | af94cf525e4b4958bd7ce2d3dccb8aa8ad8e58d9 (patch) | |
tree | 215592d5234f1d6e5354d02dee8f006cd0d11bbb /polish | |
parent | 44b1137e099fa3513bbd89f0cea14880ad81d7a5 (diff) | |
download | FreeBSD-ports-af94cf525e4b4958bd7ce2d3dccb8aa8ad8e58d9.zip FreeBSD-ports-af94cf525e4b4958bd7ce2d3dccb8aa8ad8e58d9.tar.gz |
Fix build with gcc-3.4
PR: ports/69962
Submitted by: maintainer
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index d56b208..d97660c 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 |