summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-01-28 19:58:50 +0100
committerMichel Zou2019-01-28 19:58:50 +0100
commit57f88dface6354d4f1dc5135335e006e5f887ce9 (patch)
tree435b9c3cc0538ae164a5394ee186bf38eb4cbaf8
parentc710f11c16b0acb5c165fc70479045999a0e402e (diff)
downloadaur-57f88dface6354d4f1dc5135335e006e5f887ce9.tar.gz
ALLEGRO_NO_FIX_ALIASES
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3355f9a78bd7..4ccc7bb63550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ prepare () {
patch -p2 -i "${srcdir}"/debian/patches/kfreebsd-build-fixes.patch
patch -p2 -i "${srcdir}"/debian/patches/build-flags.patch
autoreconf
+ CFLAGS="-DALLEGRO_NO_FIX_ALIASES $CFLAGS"
sh ./configure
chmod a+x misc/*.sh
popd