summaryrefslogtreecommitdiff
path: root/community/octave/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/octave/PKGBUILD')
-rw-r--r--community/octave/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/octave/PKGBUILD b/community/octave/PKGBUILD
new file mode 100644
index 00000000..406c2a07
--- /dev/null
+++ b/community/octave/PKGBUILD
@@ -0,0 +1,4 @@
+# qscintilla needs a qt5/qt6 split first, so build without qscintilla on i486 for now
+if [ "$CARCH" = 'i486' ]; then
+ depends=(${depends[@]//qscintilla-qt5/})
+fi