Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support-disabled/ijs
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-16 20:12:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-16 20:12:42 +0100
commitb79b42e58b90a54eb5644ae10d04b5bfde26fb75 (patch)
treeefc264b13e87d1fccab33b445d86c9ed7147bc61 /build-support-disabled/ijs
parentfc72f1b90bda328df3f4531ca2814a1205f92396 (diff)
moved build-support/disabled to build-support-disabled (collides with some pkginfo stuff otherwise)
Diffstat (limited to 'build-support-disabled/ijs')
-rw-r--r--build-support-disabled/ijs/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-support-disabled/ijs/PKGBUILD b/build-support-disabled/ijs/PKGBUILD
new file mode 100644
index 00000000..e73969d7
--- /dev/null
+++ b/build-support-disabled/ijs/PKGBUILD
@@ -0,0 +1,4 @@
+# i486: no ghostscript when bootstrapping
+makedepends=(${makedepends[@]//ghostscript/})
+makedepends_i686+=(ghostscript)
+makedepends_pentium4=("${makedepends_i686[@]}")