pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/qgis



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  6 10:16:25 UTC 2024

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
qgis: fix build with recent changes to libspatialite/buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 pkgsrc/geography/qgis/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/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.202 pkgsrc/geography/qgis/Makefile:1.203
--- pkgsrc/geography/qgis/Makefile:1.202        Wed May  1 21:05:18 2024
+++ pkgsrc/geography/qgis/Makefile      Mon May  6 10:16:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2024/05/01 21:05:18 adam Exp $
+# $NetBSD: Makefile,v 1.203 2024/05/06 10:16:25 adam Exp $
 
 # This is intentionally 3.28 Long Term Release.  Please do not update
 # to later branches, and instead discuss whether/how we want multiple
@@ -31,6 +31,9 @@ USE_TOOLS+=           cmake bison flex perl pkg-c
 # separate files.
 USE_TOOLS+=            gmake
 
+# minizip/zip.h shadows zip.h (from libzip)
+BUILDLINK_TRANSFORM+=  rm:-I${PREFIX}/include/minizip
+
 PLIST_SRC=             PLIST
 
 DEPENDS+=              qca2-qt5-ossl-[0-9]*:../../security/qca2-qt5-ossl



Home | Main Index | Thread Index | Old Index