diff options
Diffstat (limited to 'graphics/xaralx/Makefile')
-rw-r--r-- | graphics/xaralx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index ca54ea22e58c..de14a3a0241f 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-wx-config=wxgtk2u-2.6-config \ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -ldlmalloc" USE_GMAKE= yes -MAKE_ENV?= INCLUDES="-I${LOCALBASE}/include/dlmalloc" +MAKE_ENV?= INCLUDES="-I${LOCALBASE}/include/dlmalloc" LANG=C USE_GCC= 3.4+ |