From owner-svn-ports-all@FreeBSD.ORG Thu May 29 19:58:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C25269F7; Thu, 29 May 2014 19:58:14 +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 B04C32198; Thu, 29 May 2014 19:58:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TJwEqB086044; Thu, 29 May 2014 19:58:14 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TJwEPa086043; Thu, 29 May 2014 19:58:14 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405291958.s4TJwEPa086043@svn.freebsd.org> From: Koop Mast Date: Thu, 29 May 2014 19:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355741 - head/multimedia/vlc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 19:58:14 -0000 Author: kwm Date: Thu May 29 19:58:14 2014 New Revision: 355741 URL: http://svnweb.freebsd.org/changeset/ports/355741 QAT: https://qat.redports.org/buildarchive/r355741/ Log: Commit correct patch. Noticed by: nwhitehorn@ Modified: head/multimedia/vlc/files/patch-configure Modified: head/multimedia/vlc/files/patch-configure ============================================================================== --- head/multimedia/vlc/files/patch-configure Thu May 29 19:55:18 2014 (r355740) +++ head/multimedia/vlc/files/patch-configure Thu May 29 19:58:14 2014 (r355741) @@ -1,25 +1,20 @@ -Index: multimedia/vlc/files/patch-configure -=================================================================== ---- multimedia/vlc/files/patch-configure (revision 0) -+++ multimedia/vlc/files/patch-configure (working copy) -@@ -0,0 +1,20 @@ -+--- configure.orig 2014-02-04 19:02:27.000000000 -0600 -++++ configure 2014-02-04 19:02:39.000000000 -0600 -+@@ -26703,7 +26703,7 @@ -+ if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_altivec_inline="yes" -+ else -+- CFLAGS="${CFLAGS} -Wa,-m7400" -++ CFLAGS="${CFLAGS} -Wa,-maltivec" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+ /* end confdefs.h. */ -+ -+@@ -26716,7 +26716,7 @@ -+ } -+ _ACEOF -+ if ac_fn_c_try_compile "$LINENO"; then : -+- ac_cv_altivec_inline="-Wa,-m7400" -++ ac_cv_altivec_inline="-Wa,-maltivec" -+ else -+ ac_cv_altivec_inline=no -+ fi +--- configure.orig 2014-02-04 19:02:27.000000000 -0600 ++++ configure 2014-02-04 19:02:39.000000000 -0600 +@@ -26703,7 +26703,7 @@ + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_altivec_inline="yes" + else +- CFLAGS="${CFLAGS} -Wa,-m7400" ++ CFLAGS="${CFLAGS} -Wa,-maltivec" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -26716,7 +26716,7 @@ + } + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : +- ac_cv_altivec_inline="-Wa,-m7400" ++ ac_cv_altivec_inline="-Wa,-maltivec" + else + ac_cv_altivec_inline=no + fi