Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 00:57:34 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r408521 - branches/2016Q1/multimedia/openh264
Message-ID:  <201602090057.u190vY1Y004658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Feb  9 00:57:34 2016
New Revision: 408521
URL: https://svnweb.freebsd.org/changeset/ports/408521

Log:
  MFH: r408520
  
  multimedia/openh264: partially unbreak PREFIX != LOCALBASE
  
  PR:		206589
  Submitted by:	mi
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q1/multimedia/openh264/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/multimedia/openh264/Makefile
==============================================================================
--- branches/2016Q1/multimedia/openh264/Makefile	Tue Feb  9 00:53:14 2016	(r408520)
+++ branches/2016Q1/multimedia/openh264/Makefile	Tue Feb  9 00:57:34 2016	(r408521)
@@ -20,7 +20,8 @@ USE_LDCONFIG=	yes
 ASFLAGS+=	${ASFLAGS_${MACHINE}_${CHOSEN_COMPILER_TYPE}}
 ASFLAGS_arm_clang=	-no-integrated-as
 ASFLAGS_arm64_clang=	-no-integrated-as
-MAKE_ARGS=	OS=bsd ARCH="${ARCH:S/amd64/x86_64/}" \
+MAKE_ARGS=	PREFIX="${PREFIX}" \
+		OS=bsd ARCH="${ARCH:S/amd64/x86_64/}" \
 		CCASFLAGS='$$(CFLAGS) ${ASFLAGS}' \
 		CFLAGS_OPT="" CFLAGS_DEBUG=""
 ALL_TARGET=	all



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602090057.u190vY1Y004658>