diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:52:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:52:22 +0000 |
commit | 19647bcae427f3d8e68195aec7283c77820b9d32 (patch) | |
tree | af360f9bff258ff0d7384b22a9e8ac5082ddecf4 /x11/eterm/Makefile | |
parent | Fix build on -current. (diff) |
Define gnu89 as C standard and remove now useless USE_GCC=any
Notes
Notes:
svn path=/head/; revision=327265
Diffstat (limited to '')
-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 |