diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tclmidi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 4818bc26d8ac..8265b30bb58f 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -15,6 +15,10 @@ MASTER_SITES= ftp://ftp.cs.ruu.nl/pub/MIDI/PROGRAMS/ MAINTAINER= shanee@augusta.de COMMENT= A language designed for creating and editing standard MIDI files +.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" +IGNORE= "ignored due to cast from pointer to integer of different size" +.endif + LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2 |