diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-08-29 13:42:53 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-08-29 13:42:53 +0000 |
commit | 45c2ce0a9185108c6f94cdae54a570f241aa79d1 (patch) | |
tree | 221046327012627fd04d8b211ba1d0aa40ddb35e /graphics/xaralx | |
parent | edd932d8f80a066aec271c6c62d0b2fd95b3c3ef (diff) |
Notes
Diffstat (limited to 'graphics/xaralx')
-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+ |