From dee826f8e89d5cef15a940d8eea8326466905212 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 12:22:24 +0000 Subject: BROKEN on 5.1: does not build --- audio/pd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/pd/Makefile b/audio/pd/Makefile index e82411689ee7..eac3c9c03609 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -17,6 +17,12 @@ COMMENT= Pure Data, a MIDI-capable real-time audio processor/synthesizer LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ tk83:${PORTSDIR}/x11-toolkits/tk83 +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -ltk83 -ltcl83" @@ -86,4 +92,4 @@ do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC}/../extra && pax -r -w * ${DATADIR} -.include +.include -- cgit