diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /polish/ekg2 | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) | |
download | ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.tar.gz ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.zip |
Notes
Diffstat (limited to 'polish/ekg2')
-rw-r--r-- | polish/ekg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 326df18bc83e..93dd8c560599 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -40,11 +40,11 @@ CONFIGURE_ARGS+= --enable-shared \ --with-libgadu CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lintl" MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes |