Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/java7-openjdk/PKGBUILD
blob: b36e427de75682ced1cb7a0ce6018e48250fdaea (plain)
1
2
3
4
5
6
7
# i486-specific
if [ "${CARCH}" = "i486" ]; then
  _JARCH=i386

  # gtk2 is an optdepend
  makedepends=(${makedepends[@]//gtk2/})
fi