diff options
author | makc <makc@FreeBSD.org> | 2011-06-21 22:50:01 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-06-21 22:50:01 +0800 |
commit | 4a155671a7eede2feb89c6d6dab35daa20d6a50a (patch) | |
tree | 3f51236b4b5353d00598c8bb3e18c0678aefe7d8 /x11-toolkits | |
parent | 940ff29092b2f5fddc7c59412cbcaeae7abebde9 (diff) | |
download | freebsd-ports-graphics-4a155671a7eede2feb89c6d6dab35daa20d6a50a.tar.gz freebsd-ports-graphics-4a155671a7eede2feb89c6d6dab35daa20d6a50a.tar.zst freebsd-ports-graphics-4a155671a7eede2feb89c6d6dab35daa20d6a50a.zip |
Add 'USE_CSTD= gnu89' to fix build with clang
Submitted by: rdivacky via mail
Approved by: Mikhail Tsatsenko (maintainer)
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 66658b124a2..8b71d0206a9 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -30,6 +30,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C CPPFLAGS= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI +USE_CSTD= gnu89 DEMOS_SRC= ${WRKSRC}/demos/programs |