diff options
author | sat <sat@FreeBSD.org> | 2007-04-18 06:55:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-18 06:55:23 +0800 |
commit | 63c55c14bf6f8998ccf5c5adf1d02860052c9a75 (patch) | |
tree | bc8c504f40a3be953b16202802e87128347236d6 /audio/mac | |
parent | 7e96b57d9531c674ce7289b2d90913a00f11f880 (diff) | |
download | freebsd-ports-gnome-63c55c14bf6f8998ccf5c5adf1d02860052c9a75.tar.gz freebsd-ports-gnome-63c55c14bf6f8998ccf5c5adf1d02860052c9a75.tar.zst freebsd-ports-gnome-63c55c14bf6f8998ccf5c5adf1d02860052c9a75.zip |
- Remove 4.x support from some of my ports
PR: ports/111649, ports/111664, ports/111673, ports/111674,
ports/111695
Submitted by: edwin
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |