diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-18 03:21:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-18 03:21:16 +0800 |
commit | ace1b3d017d0ef71d50b0d42f6bafa2de769ca62 (patch) | |
tree | 120aa13006f843f4454050cf26978155746eba9e /x11-toolkits | |
parent | c3d499eb62f5b9e34652d142aa233bb9c2452eef (diff) | |
download | freebsd-ports-gnome-ace1b3d017d0ef71d50b0d42f6bafa2de769ca62.tar.gz freebsd-ports-gnome-ace1b3d017d0ef71d50b0d42f6bafa2de769ca62.tar.zst freebsd-ports-gnome-ace1b3d017d0ef71d50b0d42f6bafa2de769ca62.zip |
Since the build can break up with some LANG environment settings, add
LANG=C in MAKE_ENV. Actually, I think that bsd.port.mk should do this instead.
Submitted by: gnome tinderbox failure
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 5f308789a4ad..1a2eb5ed3029 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI" INSTALLS_SHLIB= yes +MAKE_ENV= LANG=C DEMOS_SRC= ${WRKSRC}/demos/programs |