Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2013 12:47:30 +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: r323965 - head/math/nauty
Message-ID:  <201307301247.r6UClUCl015759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@unb.ca
-#
+# Created by: bremner@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:



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