1
0
Fork 0
mirror of https://aur.archlinux.org/ocp.git synced 2025-04-27 05:54:27 -04:00

Fix gcc version check for 7.*

This commit is contained in:
Mikael Eriksson 2017-10-12 22:31:28 +02:00 committed by Mikael Eriksson
parent 9da423fa97
commit a9ac1d0b55
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
pkgname=ocp
pkgver=0.1.21
pkgrel=5
pkgrel=6
pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64')
url="http://stian.cubic.org/project-ocp.php"
@ -16,7 +16,7 @@ install=ocp.install
build() {
cd $srcdir/$pkgname-$pkgver
sed -i "4592c2.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.*|6.*)" configure
sed -i "4592c2.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.*|6.*|7.*)" configure
./configure --prefix=/usr --sysconfdir=/etc
make -j1 DESTDIR=$pkgdir
}