aboutsummaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-05-19 12:41:45 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-05-19 12:41:45 +0000
commita5f2f90071ba774a89ebc85af365394de2f6b6ad (patch)
tree08c57e8300e60eda2bfbc896817dd34c0c1ba0fb /audio/faac
parenteffab53e249f50a0b7437b05ae8df116c3799dd1 (diff)
downloadports-a5f2f90071ba774a89ebc85af365394de2f6b6ad.tar.gz
ports-a5f2f90071ba774a89ebc85af365394de2f6b6ad.zip
- Bump PORTREVISION to force rebuild with new mpeg4ip-libmp4v2
will have weird audio files if not. Note: if you want to play in iTunes(R) use the --no-midside switch in faac or it won't sound great and will randomly crash iTunes(R).
Notes
Notes: svn path=/head/; revision=135602
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 57677145a433..d4961d0b37ef 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -7,7 +7,7 @@
PORTNAME= faac
PORTVERSION= 1.24
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= faac
@@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_REINPLACE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
HAVECXX="yes"