From da6387153ce37bca797ebf93e83698ea34db255c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 2 Jul 2004 09:47:37 +0000 Subject: BROKEN on 5.x: Does not compile --- graphics/ayam/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/ayam') diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index e54d61b2b402..c118c4bb6bc3 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -31,6 +31,12 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" AYAM_PLUGINS= csphere mfio PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} +.include + +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl @${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \ @@ -87,4 +93,4 @@ do-install: ${DOCSDIR}/html/pics .endif -.include +.include -- cgit v1.2.3