diff --git a/audio/wavegain/Makefile b/audio/wavegain/Makefile index 7b02343b89e5..5c0be70e3209 100644 --- a/audio/wavegain/Makefile +++ b/audio/wavegain/Makefile @@ -26,6 +26,10 @@ WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION} .include +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + do-configure: @cd ${WRKSRC} && ${CP} Makefile.linux Makefile