aboutsummaryrefslogtreecommitdiff
path: root/audio/mac/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-02-21 14:39:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-02-21 14:39:06 +0000
commit6bf3df0971e4562b4701cbc2b10e92f1fb34249f (patch)
tree44402e4699b25207120af94eb760206f3dd05f76 /audio/mac/Makefile
parent417ac197dfd6f44ed7c0f7bc26d735174c2beceb (diff)
downloadports-6bf3df0971e4562b4701cbc2b10e92f1fb34249f.tar.gz
ports-6bf3df0971e4562b4701cbc2b10e92f1fb34249f.zip
- Convert trivial patch to simple REINPLACE_CMD, save an inode
- Hand over to multimedia@ just like other lossless encoders
Notes
Notes: svn path=/head/; revision=292005
Diffstat (limited to 'audio/mac/Makefile')
-rw-r--r--audio/mac/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 0aa34ded20f7..ebb00b020cb0 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= audio
MASTER_SITES= http://supermmx.org/resources/linux/mac/ CENKES
DISTNAME= ${PORTNAME}-3.99-u4-b5
-MAINTAINER= danfe@FreeBSD.org
+MAINTAINER= multimedia@FreeBSD.org
COMMENT= Monkey's Audio lossless codec
USE_AUTOTOOLS= libtool
@@ -27,6 +27,8 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm
post-patch:
@${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/nRetVal = 0/s|int|intptr_t|' \
+ ${WRKSRC}/src/MACLib/APEDecompress.cpp
post-install:
cd ${WRKSRC}/src/MACLib && ${INSTALL_DATA} BitArray.h \