pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/shapelib/patches



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Aug 14 11:31:36 UTC 2024

Added Files:
        pkgsrc/geography/shapelib/patches: patch-Makefile.in

Log Message:
geography/shapelib: Add patch file from previous commit


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/shapelib/patches/patch-Makefile.in

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

Added files:

Index: pkgsrc/geography/shapelib/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/geography/shapelib/patches/patch-Makefile.in:1.1
--- /dev/null   Wed Aug 14 11:31:36 2024
+++ pkgsrc/geography/shapelib/patches/patch-Makefile.in Wed Aug 14 11:31:36 2024
@@ -0,0 +1,17 @@
+$NetBSD: patch-Makefile.in,v 1.1 2024/08/14 11:31:36 gdt Exp $
+
+Don't build or install contrib.
+
+https://github.com/OSGeo/shapelib/issues/151
+
+--- Makefile.in.orig   2024-08-13 08:45:28.000000000 +0000
++++ Makefile.in
+@@ -623,7 +623,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = . contrib
++SUBDIRS = .
+ ACLOCAL_AMFLAGS = -I m4
+ AUTOMAKE_OPTIONS = dist-zip
+ @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined



Home | Main Index | Thread Index | Old Index