diff options
author | rene <rene@FreeBSD.org> | 2010-10-26 22:28:35 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-10-26 22:28:35 +0800 |
commit | 267a3d60563313042672d16dd1905be58ba721d8 (patch) | |
tree | 91964ce45f1017e85d186608a44620154a5afe40 /lang/bf2c | |
parent | 0127f8e209fc02633b682e044449c4a5f45cce4c (diff) | |
download | freebsd-ports-gnome-267a3d60563313042672d16dd1905be58ba721d8.tar.gz freebsd-ports-gnome-267a3d60563313042672d16dd1905be58ba721d8.tar.zst freebsd-ports-gnome-267a3d60563313042672d16dd1905be58ba721d8.zip |
Respect CC and CXX, these were overwritten by the upstream Makefile
Diffstat (limited to 'lang/bf2c')
-rw-r--r-- | lang/bf2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile index 8f0de959e990..934340517679 100644 --- a/lang/bf2c/Makefile +++ b/lang/bf2c/Makefile @@ -18,8 +18,8 @@ LICENSE= BSD USE_GMAKE=yes post-patch: - @${REINPLACE_CMD} -e 's,-Werror,,' \ - ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's,-Werror,,' -e 's,CC=,#CC=,' -e 's,(CC),(CXX),' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin |