diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 20:47:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 20:47:29 +0800 |
commit | 6724e2c285dde41f658433427994efc4483fb029 (patch) | |
tree | 29a52376f3267d1f0ca73d23689796af627595ab /math/nauty | |
parent | 4434d21ff6334ed8bc8aedc7c9e38a7235382585 (diff) | |
download | freebsd-ports-gnome-6724e2c285dde41f658433427994efc4483fb029.tar.gz freebsd-ports-gnome-6724e2c285dde41f658433427994efc4483fb029.tar.zst freebsd-ports-gnome-6724e2c285dde41f658433427994efc4483fb029.zip |
Fix build with clang by forcing gnu89
Diffstat (limited to 'math/nauty')
-rw-r--r-- | math/nauty/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/nauty/Makefile b/math/nauty/Makefile index 04e41732c47a..2f27267ed428 100644 --- a/math/nauty/Makefile +++ b/math/nauty/Makefile @@ -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 isomorphism tester WRKSRC= ${WRKDIR}/${PORTNAME}24r2 MAKEFILE= makefile +USE_CSTD= gnu89 GNU_CONFIGURE= YES -MAKE_JOBS_SAFE= YES PORTDOCS= nug.pdf post-patch: |