diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-17 22:55:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-17 22:55:23 +0000 |
commit | 58fbb6152ccb1630ce28ff31c7dfd2ddc12d877e (patch) | |
tree | 691181bdcc1603a9e98621425afa5630cc9ab15f /audio/mac | |
parent | - Fix build on pointyhat (easy_install, platform name) (diff) |
- 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> |