From d7b62a64a7d65506512ed315395e7429d911c706 Mon Sep 17 00:00:00 2001 From: sat Date: Wed, 31 May 2006 11:35:47 +0000 Subject: - Mark broken on 4.x Reported by: pointyhat via kris Approved by: krion (mentor, implicit) --- graphics/synaesthesia/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/synaesthesia') diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index d8372bc66c9..ebf8aa2e305 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -22,6 +22,12 @@ CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} PORTDOCS= README PLIST_FILES= bin/${PORTNAME} +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif + post-patch: @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' ${WRKSRC}/*.c? @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc @@ -33,4 +39,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include -- cgit