diff options
author | johans <johans@FreeBSD.org> | 2016-05-17 03:04:38 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-05-17 03:04:38 +0800 |
commit | 6fa9c78efd71be9e04fd4c211028ff24d4778ce0 (patch) | |
tree | 9d5c82bb1d0ef1d185816875b5765f8dea9b4099 /lang | |
parent | 256043f205e9c3e8f069e3ac8891dd8d2dd57110 (diff) | |
download | freebsd-ports-gnome-6fa9c78efd71be9e04fd4c211028ff24d4778ce0.tar.gz freebsd-ports-gnome-6fa9c78efd71be9e04fd4c211028ff24d4778ce0.tar.zst freebsd-ports-gnome-6fa9c78efd71be9e04fd4c211028ff24d4778ce0.zip |
Honour $CC
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mosml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/mosml/Makefile b/lang/mosml/Makefile index 8c0861d0f082..e3ffa7b267ef 100644 --- a/lang/mosml/Makefile +++ b/lang/mosml/Makefile @@ -12,8 +12,6 @@ COMMENT= Lightweight implementation of Standard ML LIB_DEPENDS= libgmp.so:math/gmp \ libgdbm.so:databases/gdbm -BROKEN= does not build - GH_ACCOUNT= kfl USE_GITHUB= yes @@ -38,6 +36,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.pre.mk> post-patch: + ${REINPLACE_CMD} -e '/^CC=/s/^/#/' ${WRKSRC}/Makefile.inc ${REINPLACE_CMD} 's/make /$$(MAKE) /' ${WRKSRC}/doc/Makefile \ ${WRKSRC}/doc/helpsigs/Makefile |