diff options
-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> |