pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/proj proj: Require C99, fixes some C99 math ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ee4ce23b6ac
branches:  trunk
changeset: 309306:2ee4ce23b6ac
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jun 15 10:17:52 2018 +0000

description:
proj: Require C99, fixes some C99 math requirements.

diffstat:

 geography/proj/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4189668f6dcc -r 2ee4ce23b6ac geography/proj/Makefile
--- a/geography/proj/Makefile   Fri Jun 15 09:19:04 2018 +0000
+++ b/geography/proj/Makefile   Fri Jun 15 10:17:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/06/01 23:41:31 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2018/06/15 10:17:52 jperkin Exp $
 
 VERSION_BASE=  5.1.0
 VERSION_RC=    
@@ -18,6 +18,7 @@
 
 PREV_PKGPATH=          misc/proj
 
+USE_LANGUAGES=         c99
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index