Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 02:31:03 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330597 - head/devel/clint
Message-ID:  <201310170231.r9H2V3jE052198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Oct 17 02:31:03 2013
New Revision: 330597
URL: http://svnweb.freebsd.org/changeset/ports/330597

Log:
  Attempt to fix build.  This progresses farther but isn't a complete fix.

Modified:
  head/devel/clint/Makefile

Modified: head/devel/clint/Makefile
==============================================================================
--- head/devel/clint/Makefile	Thu Oct 17 02:06:19 2013	(r330596)
+++ head/devel/clint/Makefile	Thu Oct 17 02:31:03 2013	(r330597)
@@ -19,12 +19,12 @@ CONFIGURE_ENV=	MAKEINFO="makeinfo --no-s
 CONFIGURE_ARGS=	--enable-python=${LOCALBASE}/bin/python2
 USE_LDCONFIG=	yes
 USE_GCC=	any
-
-USES=	gmake
-
+USE_CSTD=	gnu99
+USE_CXXSTD=	gnu++98
+USES=		gmake
 INFO=		clint
+MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|-ldl||g'



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