svn commit: r323965 - head/math/nauty

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:47:30 UTC 2013


Author: bapt
Date: Tue Jul 30 12:47:29 2013
New Revision: 323965
URL: http://svnweb.freebsd.org/changeset/ports/323965

Log:
  Fix build with clang by forcing gnu89

Modified:
  head/math/nauty/Makefile

Modified: head/math/nauty/Makefile
==============================================================================
--- head/math/nauty/Makefile	Tue Jul 30 12:43:10 2013	(r323964)
+++ head/math/nauty/Makefile	Tue Jul 30 12:47:29 2013	(r323965)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   nauty
-# Date created:        May 24 2001
-# Whom:                bremner at unb.ca
-#
+# Created by: bremner at unb.ca
 # $FreeBSD$
-#
 
 PORTNAME=	nauty
 PORTVERSION=	2.4r2
@@ -17,8 +13,8 @@ COMMENT=	Brendan McKay's graph isomorphi
 
 WRKSRC=		${WRKDIR}/${PORTNAME}24r2
 MAKEFILE=	makefile
+USE_CSTD=	gnu89
 GNU_CONFIGURE=	YES
-MAKE_JOBS_SAFE=	YES
 PORTDOCS=	nug.pdf
 
 post-patch:


More information about the svn-ports-all mailing list