aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-10-13 08:47:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-10-13 08:47:53 +0000
commit72f73ef2b543aa760928d4d31ce105af36cb06e7 (patch)
tree11ffb9e47192298e07167176fdd06ae151e0b721
parent52fe9ed484bf28a968d8cf6397abedd98dd0e41e (diff)
downloadports-72f73ef2b543aa760928d4d31ce105af36cb06e7.tar.gz
ports-72f73ef2b543aa760928d4d31ce105af36cb06e7.zip
MFH: r514374
Fid build on 13.0-CURRENT Notified by: pkg-fallout Approved by: portmgr blanket
Notes
Notes: svn path=/branches/2019Q4/; revision=514375
-rw-r--r--audio/ocp/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/files/patch-configure b/audio/ocp/files/patch-configure
index 5d2608b552a8..ab03aad43945 100644
--- a/audio/ocp/files/patch-configure
+++ b/audio/ocp/files/patch-configure
@@ -13,7 +13,7 @@
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.*)
++ 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-9].*)
_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`