diff options
-rw-r--r-- | libre/kdelibs-libre/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD index e2bf371e0..ac5afdfa1 100644 --- a/libre/kdelibs-libre/PKGBUILD +++ b/libre/kdelibs-libre/PKGBUILD @@ -25,7 +25,7 @@ source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar. 'kde-applications-menu.patch' 'qt4.patch') sha1sums=('91d1ab65a561decf7506df45bda7a7fec9a524bb' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7739bc67') + 'ed1f57ee661e5c7440efcaba7e51d2554709701c') build() { cd ${_pkgname}-${pkgver} @@ -36,6 +36,7 @@ build() { # Don't ask the user to download a plugin, it's probably nonfree. rm -v khtml/html/html_objectimpl.cpp + sed -i -e '/html_objectimpl.cpp/d' khtml/CMakeLists.txt cd ../ |