diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 20:24:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 20:24:09 +0800 |
commit | e3b31366702ca258f6d6ffde4be5684ce7083f2c (patch) | |
tree | f06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /polish/ekg2/Makefile | |
parent | 416754ba19d48426d074519ec04ce7a38f75dd62 (diff) | |
download | freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.zst freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'polish/ekg2/Makefile')
-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 |