Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 15:30:17 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327632 - head/audio/opus
Message-ID:  <201309191530.r8JFUHFB047275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Thu Sep 19 15:30:16 2013
New Revision: 327632
URL: http://svnweb.freebsd.org/changeset/ports/327632

Log:
  bsd.port.options.mk can handle testing of ARCH, and is less expensive
  then inclusion of bsd.port.pre.mk
  
  PR:		180585
  Submitted by:	jgh

Modified:
  head/audio/opus/Makefile

Modified: head/audio/opus/Makefile
==============================================================================
--- head/audio/opus/Makefile	Thu Sep 19 15:22:39 2013	(r327631)
+++ head/audio/opus/Makefile	Thu Sep 19 15:30:16 2013	(r327632)
@@ -21,10 +21,10 @@ CONFIGURE_ARGS=	--enable-custom-modes \
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${ARCH} == "arm"
 CONFIGURE_ARGS+=--enable-fixed-point
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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