mirror of
https://aur.archlinux.org/ocp-git.git
synced 2025-05-09 19:44:28 -04:00
Update to 0.1.22.r76.3c40348.
Includes quick and dirty fix for the libncursesw problem.
This commit is contained in:
parent
6a50de4edc
commit
9d2e121c8f
2 changed files with 10 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
||||
_name=ocp
|
||||
pkgname=ocp-git
|
||||
pkgver=0.1.22.r71.58094b1
|
||||
pkgver=0.1.22.r76.3c40348
|
||||
pkgrel=1
|
||||
pkgdesc="Open Cubic Player (GIT Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -35,6 +35,12 @@ build() {
|
|||
cd "${srcdir}/${_name}"
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
## TODO: Better fix for libnursesw ##
|
||||
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g configure
|
||||
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g config.h.in
|
||||
## TODO: Better fix for libnursesw ##
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue