diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-15 08:39:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-15 08:39:47 +0000 |
commit | 6cb0df921173007164fb58b331abaaa9ce6772ba (patch) | |
tree | fe4697b4e5a563e56b0c5c8e17e61ff9de5038bc /audio/mac/Makefile | |
parent | Fix dependency after removal of WANT_PHP_PEAR. (diff) |
- Update to 3.99.4.4
- Fix runtime on amd64 (passing pointers inside 32bit ints)
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'audio/mac/Makefile')
-rw-r--r-- | audio/mac/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index eed9117bc9d9..d08940b64979 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -6,12 +6,11 @@ # PORTNAME= mac -PORTVERSION= 3.99.4 -PORTREVISION= 1 +PORTVERSION= 3.99.4.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mac-port -DISTNAME= ${PORTNAME}-3.99-u4-linux +DISTNAME= ${PORTNAME}-3.99-u4-b4 MAINTAINER= dieringe@zedat.fu-berlin.de COMMENT= Monkey's Audio lossless audio (de)compressor @@ -19,11 +18,10 @@ COMMENT= Monkey's Audio lossless audio (de)compressor BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes +USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --enable-backward -WRKSRC= ${WRKDIR}/mac-3.99-u4 - INSTALLS_SHLIB= yes # does not compile on sparc64 @@ -35,4 +33,7 @@ NOT_FOR_ARCHS= sparc64 IGNORE= does not compile on 4.x due to missing multibyte string functions in libc .endif +post-patch: + @${REINPLACE_CMD} -e 's|-s -O3||' ${WRKSRC}/configure + .include <bsd.port.post.mk> |