diff options
author | johans <johans@FreeBSD.org> | 2012-01-08 00:07:10 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-01-08 00:07:10 +0800 |
commit | de81b4fbee277211082d1c617914574e3d5c9123 (patch) | |
tree | 819787e18b515ad8264673e77f7ea4334b06b527 /lang/gforth | |
parent | c9134bb4e2f6b6c4b00e1b4580b0f574719832cc (diff) | |
download | freebsd-ports-gnome-de81b4fbee277211082d1c617914574e3d5c9123.tar.gz freebsd-ports-gnome-de81b4fbee277211082d1c617914574e3d5c9123.tar.zst freebsd-ports-gnome-de81b4fbee277211082d1c617914574e3d5c9123.zip |
Remove checks from build that fail on Pointyhat (but work elsewhere).
This doesn't change the resulting package.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 9a2b9f684f5c..5d5556c76a1f 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -57,6 +57,7 @@ BYTEORDER=l post-patch: ${REINPLACE_CMD} 's:@CC@:& -I${LOCALBASE}/include -L${LOCALBASE}/lib:' \ ${WRKSRC}/envos.fs.in + ${REINPLACE_CMD} '/ checkone/d' ${WRKSRC}/Makefile.in post-install: install-doc remove-empty-files remove-empty-dirs |