Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 10:52:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327265 - head/x11/eterm
Message-ID:  <201309141052.r8EAqN7I053235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 14 10:52:22 2013
New Revision: 327265
URL: http://svnweb.freebsd.org/changeset/ports/327265

Log:
  Define gnu89 as C standard and remove now useless USE_GCC=any

Modified:
  head/x11/eterm/Makefile

Modified: head/x11/eterm/Makefile
==============================================================================
--- head/x11/eterm/Makefile	Sat Sep 14 10:50:16 2013	(r327264)
+++ head/x11/eterm/Makefile	Sat Sep 14 10:52:22 2013	(r327265)
@@ -15,7 +15,6 @@ BUILD_DEPENDS=	man2html:${PORTSDIR}/text
 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-
 		--enable-multi-charset
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+USE_CSTD=	gnu89
 
 OPTIONS_DEFINE=	MMX
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309141052.r8EAqN7I053235>