diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:47:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:47:29 +0000 |
commit | bd7201b46c413e0feb139e95baaba2feae956fda (patch) | |
tree | 29a52376f3267d1f0ca73d23689796af627595ab | |
parent | 8c9a1e8de194a240566bfade99208466150477ca (diff) | |
download | freebsd-ports-bd7201b46c413e0feb139e95baaba2feae956fda.zip |
Fix build with clang by forcing gnu89
-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: |