Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-shapely/PKGBUILD
blob: c45e993587aa342dc6a228e8ed9b234b02359c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Temporary hack for gcc14
eval "$(
  declare -f build | \
    sed '
      3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS"
    '
)"

# patch CARCH to always use i686 build directory during testing
eval "$(
  declare -f check | \
    sed '
      s/x86_64/i686/
    '
)"