From owner-svn-ports-head@FreeBSD.ORG Fri Nov 14 18:34:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 090DB854; Fri, 14 Nov 2014 18:34:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9B20E3C; Fri, 14 Nov 2014 18:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAEIY0FV083021; Fri, 14 Nov 2014 18:34:00 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAEIY0IF083020; Fri, 14 Nov 2014 18:34:00 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201411141834.sAEIY0IF083020@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 14 Nov 2014 18:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372571 - head/audio/speex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 18:34:01 -0000 Author: sbruno Date: Fri Nov 14 18:34:00 2014 New Revision: 372571 URL: https://svnweb.freebsd.org/changeset/ports/372571 QAT: https://qat.redports.org/buildarchive/r372571/ Log: Fix the cross-compile case where we build for armv6/mips on a system that is actually amd64. Phabric: D1155 Reviewed by: bapt Modified: head/audio/speex/Makefile Modified: head/audio/speex/Makefile ============================================================================== --- head/audio/speex/Makefile Fri Nov 14 18:19:31 2014 (r372570) +++ head/audio/speex/Makefile Fri Nov 14 18:34:00 2014 (r372571) @@ -23,9 +23,11 @@ INSTALL_TARGET= install-strip .include +.if ${ARCH} == "i386" || ${ARCH} == "amd64" .if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse}!="" CONFIGURE_ARGS+= --enable-sse .endif +.endif post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \