pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-sf



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Dec  4 13:08:24 UTC 2024

Modified Files:
        pkgsrc/geography/R-sf: Makefile

Log Message:
(geography/R-sf) Fix missing c++ at USE_LANGUAGES+=


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/geography/R-sf/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/R-sf/Makefile
diff -u pkgsrc/geography/R-sf/Makefile:1.32 pkgsrc/geography/R-sf/Makefile:1.33
--- pkgsrc/geography/R-sf/Makefile:1.32 Wed Nov 27 23:26:16 2024
+++ pkgsrc/geography/R-sf/Makefile      Wed Dec  4 13:08:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/11/27 23:26:16 mef Exp $
+# $NetBSD: Makefile,v 1.33 2024/12/04 13:08:24 mef Exp $
 
 R_PKGNAME=     sf
 R_PKGVER=      1.0-19
@@ -8,7 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Simple Features for R
 LICENSE=       mit OR gnu-gpl-v2
 
-USE_LANGUAGES+=                c
+USE_LANGUAGES+=                c c++
 USE_CXX_FEATURES+=     c++11
 
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr



Home | Main Index | Thread Index | Old Index