diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-17 19:21:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-17 19:21:16 +0000 |
commit | 11b04c76ad7b87416b1229783359110358c32357 (patch) | |
tree | 587f249ff4187cb7b095fdb009c6ad93abf37054 /x11-toolkits/open-motif/Makefile | |
parent | 2c340dd0a523c75fe6a384f98b6f3b4a985748c3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=66528
Diffstat (limited to 'x11-toolkits/open-motif/Makefile')
-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 |