index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-28 19:06:38 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-28 19:06:38 +0200 |
commit | cbf708698dd3808462769c0c17dbf8589d0a41ae (patch) | |
tree | 207ea831b0d5a234fbda136357e142b8c7058d77 /build-support/ijs/PKGBUILD | |
parent | 1a4b3894188351111710c1c61e3d226c4d6b6ad1 (diff) |
-rw-r--r-- | build-support/ijs/PKGBUILD | 4 |
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[@]}") |