diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-19 12:41:45 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-19 12:41:45 +0000 |
commit | 0801d1a90f34060f7d8ad0ed4602bdaf405fe219 (patch) | |
tree | 2db8f759fe8da7cc554b832e2b9c12729d777c75 /audio/faac/Makefile | |
parent | 312d2c5457889f9fba5cac28ffb13242b400e27b (diff) | |
download | FreeBSD-ports-0801d1a90f34060f7d8ad0ed4602bdaf405fe219.zip FreeBSD-ports-0801d1a90f34060f7d8ad0ed4602bdaf405fe219.tar.gz |
- 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).
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 5767714..d4961d0 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" |