diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
commit | acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch) | |
tree | 651da5037b0f20c4a0f70a639fa0c0f659c951f1 /databases/firebird20-server | |
parent | 428214143dfd45bd47a803ec9420f46886c780b5 (diff) | |
download | ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.tar.gz ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217472
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r-- | databases/firebird20-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 1efee944fb35..4ddaf7f72228 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -89,7 +89,7 @@ FB_DOCS_DIRS= sql.extensions license upgrade .endif .endif -MAKE_ENV+= CC=${CC} CXX=${CXX} FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" +MAKE_ENV+= FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" post-extract: @${RM} -rf ${WRKSRC}/extern/icu |