summaryrefslogtreecommitdiff
path: root/build-support/ijs/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-04-28 19:06:38 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-04-28 19:06:38 +0200
commitcbf708698dd3808462769c0c17dbf8589d0a41ae (patch)
tree207ea831b0d5a234fbda136357e142b8c7058d77 /build-support/ijs/PKGBUILD
parent1a4b3894188351111710c1c61e3d226c4d6b6ad1 (diff)
downloadpackages-cbf708698dd3808462769c0c17dbf8589d0a41ae.tar.xz
build-support/jis: trying to bootstrap here
Diffstat (limited to 'build-support/ijs/PKGBUILD')
-rw-r--r--build-support/ijs/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-support/ijs/PKGBUILD b/build-support/ijs/PKGBUILD
new file mode 100644
index 00000000..e73969d7
--- /dev/null
+++ b/build-support/ijs/PKGBUILD
@@ -0,0 +1,4 @@
+# i486: no ghostscript when bootstrapping
+makedepends=(${makedepends[@]//ghostscript/})
+makedepends_i686+=(ghostscript)
+makedepends_pentium4=("${makedepends_i686[@]}")