summaryrefslogtreecommitdiff
path: root/extra/ghostscript/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ghostscript/PKGBUILD')
-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