diff options
-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 |