svn commit: r330597 - head/devel/clint

Eitan Adler eadler at FreeBSD.org
Thu Oct 17 02:31:04 UTC 2013


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'


More information about the svn-ports-all mailing list