diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-05-20 17:19:43 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-05-20 17:19:43 +0200 |
commit | 3daa420a668c19a71637e369e1f137785f0f31e8 (patch) | |
tree | 2dce9773f23382b73ad5378e01f62fef1b30f148 | |
parent | e2868230b8a85123ac582019596dcdd6018294a0 (diff) | |
download | packages-3daa420a668c19a71637e369e1f137785f0f31e8.tar.xz |
extra/webkit2gtk: reverted insteall style.css fix, at least now pentium4 should build again
-rw-r--r-- | extra/webkit2gtk/PKGBUILD | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/webkit2gtk/PKGBUILD b/extra/webkit2gtk/PKGBUILD index 5686e4a5..36799daa 100644 --- a/extra/webkit2gtk/PKGBUILD +++ b/extra/webkit2gtk/PKGBUILD @@ -22,16 +22,3 @@ eval "$( s/\(cmake --build build\)/\1 || true/g ' )" - -# work around: -# CMake Error at Source/cmake_install.cmake:41 (file): -# file INSTALL cannot find -# "/build/webkit2gtk/src/build/Documentation/webkit2gtk-4.0/html/webkit2gtk-4.0/style.css". -# Call Stack (most recent call first): -# cmake_install.cmake:42 (include) -eval "$( - declare -f package | \ - sed ' - s/\(.*cmake.*install\)/\1 || true/g - ' -)" |