pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libcerf libcerf: add USE_LANGUAGES=c99 to fix bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00ff9eb43f6b
branches:  trunk
changeset: 315938:00ff9eb43f6b
user:      gson <gson%pkgsrc.org@localhost>
date:      Sat Dec 01 21:22:36 2018 +0000

description:
libcerf: add USE_LANGUAGES=c99 to fix build on NetBSD 7.1.

diffstat:

 devel/libcerf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9f6f4d1e7e50 -r 00ff9eb43f6b devel/libcerf/Makefile
--- a/devel/libcerf/Makefile    Sat Dec 01 20:23:45 2018 +0000
+++ b/devel/libcerf/Makefile    Sat Dec 01 21:22:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/11/21 17:09:33 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/12/01 21:22:36 gson Exp $
 
 DISTNAME=      libcerf-1.7
 CATEGORIES=    devel math
@@ -10,6 +10,7 @@
 COMMENT=       Library providing efficient and accurate complex error functions
 LICENSE=       mit
 
+USE_LANGUAGES=         c99
 USE_CMAKE=             yes
 CMAKE_ARG_PATH=                ${WRKSRC}
 CONFIGURE_DIRS=                ${WRKDIR}/build



Home | Main Index | Thread Index | Old Index