summarylogtreecommitdiffstats
path: root/allegro_aliases.patch
blob: 50f3404e47fe6199b83a6db7d4fc9b681abf096a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- acinclude.m4.old	2009-12-21 23:20:06.000000000 +0100
+++ acinclude.m4	2019-01-08 22:28:36.983940138 +0100
@@ -42,7 +42,7 @@
   if test "$ALLEGRO_CONFIG" = "no" ; then
     no_allegro=yes
   else
-    allegro_CFLAGS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --cflags`
+    allegro_CFLAGS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --cflags`" -DALLEGRO_NO_FIX_ALIASES"
     allegro_LIBS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --libs`
     ALLEGRO_CONFIG_major_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
            sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`