From 58fbb6152ccb1630ce28ff31c7dfd2ddc12d877e Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Tue, 17 Apr 2007 22:55:23 +0000 Subject: - Remove 4.x support from some of my ports PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin --- audio/mac/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'audio/mac/Makefile') diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 04ae75f460ac..025cc3408da3 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -21,16 +21,10 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -.include - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on 4.x due to missing multibyte string functions in libc -.endif - post-patch: @${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure # @${REINPLACE_CMD} -e '/GetInfo/s|intptr_t|long|g' ${WRKSRC}/src/MACLib/*.* # @${REINPLACE_CMD} -e 's|wcsnicmp|wcsncmp|g;s|wcsicmp|wcscmp|g;s|_wcsicmp|wcscmp|g;s|\.__pos||g' \ # ${WRKSRC}/src/MACLib/*.* ${WRKSRC}/src/Shared/*.* -.include +.include -- cgit v1.2.3