summaryrefslogtreecommitdiff
path: root/src/stage4/patches/doxygen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/doxygen.patch')
-rw-r--r--src/stage4/patches/doxygen.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/stage4/patches/doxygen.patch b/src/stage4/patches/doxygen.patch
new file mode 100644
index 0000000..4399ee0
--- /dev/null
+++ b/src/stage4/patches/doxygen.patch
@@ -0,0 +1,22 @@
+diff -rupN a/PKGBUILD b/PKGBUILD
+--- a/PKGBUILD 2018-04-14 16:29:01.773155012 +0200
++++ b/PKGBUILD 2018-04-14 16:50:58.123030252 +0200
+@@ -28,15 +28,16 @@ prepare() {
+ build() {
+ cd ${pkgbase}-Release_${pkgver//./_}/build
+
++ # FIXME: ironically, building docs breaks on risc-v.
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
+ -DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
+- -Dbuild_doc:BOOL=ON \
++ -Dbuild_doc:BOOL=OFF \
+ -Dbuild_wizard:BOOL=ON
+
+ make
+- make docs
++ #make docs
+ }
+
+ check(){