From ed0bd32625534bfc48dfe8105285096b94953c9b Mon Sep 17 00:00:00 2001 From: pawel Date: Thu, 5 Jul 2012 17:26:10 +0000 Subject: Add USE_CSTD=gnu89 to fix linking when building with clang --- editors/xemacs21-mule/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/xemacs21-mule') diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 44e19c10ad9c..c4bb2277b0c2 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -48,6 +48,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes USE_GETTEXT= yes +USE_CSTD= gnu89 USE_XORG= xpm xbitmaps xaw STRIP= USE_AUTOTOOLS= autoconf213 -- cgit