pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/proj



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 15 10:17:53 UTC 2018

Modified Files:
        pkgsrc/geography/proj: Makefile

Log Message:
proj: Require C99, fixes some C99 math requirements.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/proj/Makefile

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

Modified files:

Index: pkgsrc/geography/proj/Makefile
diff -u pkgsrc/geography/proj/Makefile:1.10 pkgsrc/geography/proj/Makefile:1.11
--- pkgsrc/geography/proj/Makefile:1.10 Fri Jun  1 23:41:31 2018
+++ pkgsrc/geography/proj/Makefile      Fri Jun 15 10:17:52 2018
@@ -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 @@ LICENSE=      mit
 
 PREV_PKGPATH=          misc/proj
 
+USE_LANGUAGES=         c99
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index