pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libcerf



Module Name:    pkgsrc
Committed By:   gson
Date:           Sat Dec  1 21:22:36 UTC 2018

Modified Files:
        pkgsrc/devel/libcerf: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libcerf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libcerf/Makefile
diff -u pkgsrc/devel/libcerf/Makefile:1.5 pkgsrc/devel/libcerf/Makefile:1.6
--- pkgsrc/devel/libcerf/Makefile:1.5   Wed Nov 21 17:09:33 2018
+++ pkgsrc/devel/libcerf/Makefile       Sat Dec  1 21:22:36 2018
@@ -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 @@ HOMEPAGE=     http://apps.jcns.fz-juelich.de
 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