community/lmms fix

This commit is contained in:
Kevin Mihelich 2015-04-11 15:45:07 +00:00
parent ba45e7556e
commit 712cb1f8d8

View file

@ -27,11 +27,6 @@ install=lmms.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('88d9e66d240b711c37315e3c9da644a1') md5sums=('88d9e66d240b711c37315e3c9da644a1')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../0001-Fix-calcSlope1-was-not-declared-errors.patch
}
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"