ports/163465: audio/libaacplus fails with FORCE_MAKE_JOBS

Takefu takefu at airport.fm
Thu Jan 5 06:47:35 UTC 2012


たけふ@大阪豊中です。

I tried the following environments, as was noted.

> FreeBSD RELENG_9 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Jan  4 11:50:03 JST 2012
>      takefu at RELENG_9:/usr/obj/usr/src/sys/GENERIC  amd64

amd64 environment was unable to make proper corrections.
However, this method is not a fundamental solution.

After trying this a patch, please report it.

--- libaacplus.patch begins here ---
diff -ruN -w /usr/ports/audio/libaacplus/Makefile audio/libaacplus/Makefile
--- /usr/ports/audio/libaacplus/Makefile	2011-10-18 16:54:09.000000000 +0900
+++ audio/libaacplus/Makefile	2012-01-05 15:21:17.000000000 +0900
@@ -21,7 +21,7 @@
 COMMENT=	HE-AAC+ Codec as Shared Library

 EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
-BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
+BUILD_DEPENDS:=	${EXTRACT_DEPENDS}

 RESTRICTED=	unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies

@@ -32,6 +32,8 @@
 USE_AUTOTOOLS=	libtool libtoolize aclocal autoheader automake
 GNOME_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV+=	CC=cc
+MAKE_JOBS_UNSAFE=	yes

 AUTOMAKE_ARGS=	--add-missing
 ACLOCAL_ARGS=	--acdir=${ACLOCAL_DIR} \
--- libaacplus.patch ends here ---


-- 



More information about the freebsd-ports-bugs mailing list