svn commit: r379422 - head/audio/ocp/files

John Marino marino at FreeBSD.org
Fri Feb 20 12:46:28 UTC 2015


Author: marino
Date: Fri Feb 20 12:46:27 2015
New Revision: 379422
URL: https://svnweb.freebsd.org/changeset/ports/379422
QAT: https://qat.redports.org/buildarchive/r379422/

Log:
  audio/ocp: Fix configure script to support gcc-5 (from upstream)
  
  PR:		197813
  Submitted by:	marino
  Approved by:	maintainer (ehaupt)

Added:
  head/audio/ocp/files/patch-configure   (contents, props changed)

Added: head/audio/ocp/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ocp/files/patch-configure	Fri Feb 20 12:46:27 2015	(r379422)
@@ -0,0 +1,11 @@
+--- configure.orig	2010-05-17 09:55:17 UTC
++++ configure
+@@ -4511,7 +4511,7 @@ else
+ 		'')
+ 			as_fn_error "not found" "$LINENO" 5;
+ 			;;
+-		2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*)
++		2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*)
+ 			_cc_major=`echo $cc_version | cut -d '.' -f 1`
+ 			_cc_minor=`echo $cc_version | cut -d '.' -f 2`
+ 			_cc_mini=`echo $cc_version | cut -d '.' -f 3`


More information about the svn-ports-head mailing list