diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-23 23:59:05 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-23 23:59:05 +0100 |
commit | 9865b00e684520710b6f685aae18fe7681396b65 (patch) | |
tree | fb18c5d6d4822a2c574d0d030ca62cf3fe917f54 /extra | |
parent | 7fbf4d0ae6035e2a6cfa2e6d2fe14a3a24ce5c91 (diff) |
Reapply necessary w3m patch.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/w3m/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/w3m/PKGBUILD b/extra/w3m/PKGBUILD index c212d6ac5..7bf77f815 100644 --- a/extra/w3m/PKGBUILD +++ b/extra/w3m/PKGBUILD @@ -13,15 +13,18 @@ makedepends=('imlib2') optdepends=('imlib2: for graphics support') depends=('openssl' 'gc' 'ncurses') source=("http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz" - 'https-segfault.patch') + 'https-segfault.patch' + 'GC_set_warn_proc.patch') sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237' - '66affb2f695fe0bdde25cf774642bfd6a9404e88') + '66affb2f695fe0bdde25cf774642bfd6a9404e88' + '8bf1eae3241f5781d121319c8ee9bcda32d1f7bd') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed 's/file_handle/file_handle_rofl/g' -i istream.* patch -p1 -i ../https-segfault.patch + patch -Np0 -i "${srcdir}/GC_set_warn_proc.patch" ./configure \ --prefix=/usr \ |