diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 23:11:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 23:11:26 +0000 |
commit | 6591965751f051bc297138aba2a01ed092b1f8dc (patch) | |
tree | 6e20b0c2d9464dd930500c8b3dc348f984799d9f /lang/stklos | |
parent | 7181b53cff36f9e38d2315fd5d42eab6144afc65 (diff) |
Notes
Diffstat (limited to 'lang/stklos')
-rw-r--r-- | lang/stklos/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index 9dbc1224729c..09de334083c9 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -31,6 +31,12 @@ CONFIGURE_ARGS= --enable-threads=posix MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 \ stklos-pkg.1 stklos.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build on FreeBSD 9.x - runaway process +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lgc|-lgc-threaded|' \ -e 's|bdw-gc|bdw-gc-threaded|' \ @@ -47,4 +53,4 @@ post-patch: ${WRKSRC}/doc/Makefile.in .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |