diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 18:52:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 18:52:22 +0800 |
commit | 6617ad27ff8fbb348145ef8c996406884c4fcfea (patch) | |
tree | af360f9bff258ff0d7384b22a9e8ac5082ddecf4 /x11 | |
parent | db1a8f638714f3f5a4574e0a91928fa15ea444a4 (diff) | |
download | freebsd-ports-gnome-6617ad27ff8fbb348145ef8c996406884c4fcfea.tar.gz freebsd-ports-gnome-6617ad27ff8fbb348145ef8c996406884c4fcfea.tar.zst freebsd-ports-gnome-6617ad27ff8fbb348145ef8c996406884c4fcfea.zip |
Define gnu89 as C standard and remove now useless USE_GCC=any
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index cdf0fcc31688..4d6dad1ac6bb 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -15,7 +15,6 @@ BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html LIB_DEPENDS= ast:${PORTSDIR}/devel/libast USE_AUTOTOOLS= libtool -USE_GCC= any USE_LDCONFIG= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ @@ -23,6 +22,7 @@ CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-multi-charset CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_CSTD= gnu89 OPTIONS_DEFINE= MMX |