Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 19:50:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/188278: commit references a PR
Message-ID:  <201405291950.s4TJo2r3026235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188278; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188278: commit references a PR
Date: Thu, 29 May 2014 19:44:51 +0000 (UTC)

 Author: kwm
 Date: Thu May 29 19:44:48 2014
 New Revision: 355735
 URL: http://svnweb.freebsd.org/changeset/ports/355735
 QAT: https://qat.redports.org/buildarchive/r355735/
 
 Log:
   Fix compile on ppc.
   
   PR:		ports/188278
   Submitted by:	nwhitehorn@
 
 Added:
   head/multimedia/vlc/files/patch-configure   (contents, props changed)
 
 Added: head/multimedia/vlc/files/patch-configure
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/multimedia/vlc/files/patch-configure	Thu May 29 19:44:48 2014	(r355735)
 @@ -0,0 +1,25 @@
 +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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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