diff options
author | vd <vd@FreeBSD.org> | 2006-08-29 21:42:53 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-08-29 21:42:53 +0800 |
commit | 68e0d656e70f6db60d3e1d43130e6ddd65739f92 (patch) | |
tree | a8b7783f036e76710325568e3788e8ca2a796891 /graphics/xaralx | |
parent | 71b065bbecd63fd8fe460747c450b8ceca330c26 (diff) | |
download | freebsd-ports-graphics-68e0d656e70f6db60d3e1d43130e6ddd65739f92.tar.gz freebsd-ports-graphics-68e0d656e70f6db60d3e1d43130e6ddd65739f92.tar.zst freebsd-ports-graphics-68e0d656e70f6db60d3e1d43130e6ddd65739f92.zip |
Set LANG=C in make environment because the software does not compile
with at least LANG=uk_UA.KOI8-U
PR: ports/102598 [1]
Reported by: Kyryll A Minrneko <mirya@matrix.ua> [1]
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 ca54ea22e58..de14a3a0241 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+ |