mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 04:16:28 +00:00
Fix compiling with gcc 5
This commit is contained in:
parent
332d6346ea
commit
8acb9d86dc
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=ocp
|
||||
pkgver=0.1.21
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Open Cubic Player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://stian.cubic.org/project-ocp.php"
|
||||
|
@ -16,6 +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.*)" configure
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make -j1 DESTDIR=$pkgdir
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue