mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
htmlcxx: rebuild against new gcc ABI
This commit is contained in:
parent
8aaf3c6e46
commit
7cfc4831e3
@ -1,14 +1,12 @@
|
|||||||
pkgname=htmlcxx
|
pkgname=htmlcxx
|
||||||
pkgver=0.86
|
pkgver=0.86
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A simple non-validating CSS1 and HTML parser for C++."
|
pkgdesc="A simple non-validating CSS1 and HTML parser for C++."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://sourceforge.net/projects/htmlcxx/"
|
url="http://sourceforge.net/projects/htmlcxx/"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
source=("http://heanet.dl.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
"missing-header.patch")
|
sha256sums=('07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1')
|
||||||
sha256sums=('07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1'
|
|
||||||
'2df7ea556410979f4ede3cb70d2067ba83eaadd437e3f68d67d0834cc8e4d33c')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user