summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 20:30:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 20:30:41 +0200
commitad4f6df661f6ee02c798c3e7f141bdc2bb9a29d1 (patch)
treee23f0aeeaf97ba29aa10696984abdfff2b769a92 /extra
parente0934226553807aa6d9da02630cdf3dc53c6f2a1 (diff)
downloadpackages-ad4f6df661f6ee02c798c3e7f141bdc2bb9a29d1.tar.xz
extra/ghostscript: removed gtk3, glu and freeglut cycle breaks for i486
Diffstat (limited to 'extra')
-rw-r--r--extra/ghostscript/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/ghostscript/PKGBUILD b/extra/ghostscript/PKGBUILD
deleted file mode 100644
index cbae39fe..00000000
--- a/extra/ghostscript/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# breaking cycle with gtk3 on i486
-makedepends=(${makedepends[@]//gtk3/})
-makedepends_i686+=(gtk3)
-makedepends_pentium4=("${makedepends_i686[@]}")
-
-# breaking cycle with OpenGL on i486
-makedepends=(${makedepends[@]//freeglut/})
-makedepends_i686+=(freeglut)
-makedepends_pentium4=("${makedepends_i686[@]}")
-makedepends=(${makedepends[@]//glu/})
-makedepends_i686+=(glu)
-makedepends_pentium4=("${makedepends_i686[@]}")
-
-# breaking cycle with X
-if [ "$CARCH" = 'i486' ]; then
- eval "$(
- declare -f build | \
- sed '
- s/--with-x/--without-x/g
- '
- )"
-fi