pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/mapserver



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Aug 22 14:51:24 UTC 2024

Modified Files:
        pkgsrc/geography/mapserver: options.mk

Log Message:
geography/mapserver: Fix typo is disabling of postgis


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/mapserver/options.mk

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

Modified files:

Index: pkgsrc/geography/mapserver/options.mk
diff -u pkgsrc/geography/mapserver/options.mk:1.8 pkgsrc/geography/mapserver/options.mk:1.9
--- pkgsrc/geography/mapserver/options.mk:1.8   Thu Aug 22 12:59:14 2024
+++ pkgsrc/geography/mapserver/options.mk       Thu Aug 22 14:51:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2024/08/22 12:59:14 gdt Exp $
+# $NetBSD: options.mk,v 1.9 2024/08/22 14:51:24 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mapserver
 PKG_SUPPORTED_OPTIONS= fastcgi pgsql mysql x11
@@ -24,7 +24,7 @@ CMAKE_CONFIGURE_ARGS+=                -DWITH_FCGI=OFF
 # sense, given how postgis works.
 .include "../../databases/postgresql-postgis2/buildlink3.mk"
 .else
-CMAKE_CONFIGURE_ARGS+=         -D-DWITH_POSTGIS=OFF
+CMAKE_CONFIGURE_ARGS+=         -DWITH_POSTGIS=OFF
 .endif
 
 #



Home | Main Index | Thread Index | Old Index