diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-06 01:26:10 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-06 01:26:10 +0800 |
commit | ed0bd32625534bfc48dfe8105285096b94953c9b (patch) | |
tree | 87b5b3043309d24d477408f37bafc043abaf865c /editors | |
parent | 69d8e019446e55d28f2f546b7bcd924f27839da5 (diff) | |
download | freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.gz freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.zst freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.zip |
Add USE_CSTD=gnu89 to fix linking when building with clang
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index ad1350cbe8a2..a104760a74ae 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -28,6 +28,7 @@ XEMACS_VER= 21.4.22 XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes +USE_CSTD= gnu89 WANT_GNOME= yes STRIP= USE_AUTOTOOLS= autoconf213 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 |