svn commit: r553135 - head/databases/spatialite/files

Loïc Bartoletti lbartoletti at FreeBSD.org
Fri Oct 23 19:47:22 UTC 2020


Author: lbartoletti
Date: Fri Oct 23 19:47:21 2020
New Revision: 553135
URL: https://svnweb.freebsd.org/changeset/ports/553135

Log:
  databases/spatialite: fix soname
  
  I forgot to add this patch.
  
  Reported by:	rhurlin

Added:
  head/databases/spatialite/files/
  head/databases/spatialite/files/patch-src_Makefile.in   (contents, props changed)

Added: head/databases/spatialite/files/patch-src_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/spatialite/files/patch-src_Makefile.in	Fri Oct 23 19:47:21 2020	(r553135)
@@ -0,0 +1,13 @@
+--- src/Makefile.in.orig	2020-10-23 14:15:44 UTC
++++ src/Makefile.in
+@@ -467,8 +467,8 @@ mod_spatialite_la_LIBADD = ./gaiaaux/gaiaaux.la ./gaia
+ mod_spatialite_la_CPPFLAGS = @CFLAGS@ @CPPFLAGS@ \
+ 	-I$(top_srcdir)/src/headers -I. -DLOADABLE_EXTENSION
+ mod_spatialite_la_LIBTOOLFLAGS = --tag=disable-static
+- at ANDROID_FALSE@@MINGW_FALSE at mod_spatialite_la_LDFLAGS = -module -version-info 8:0:1
+- at ANDROID_TRUE@@MINGW_FALSE at mod_spatialite_la_LDFLAGS = -module -version-info 8:0:1
++ at ANDROID_FALSE@@MINGW_FALSE at mod_spatialite_la_LDFLAGS = -module -version-info 8:1:1
++ at ANDROID_TRUE@@MINGW_FALSE at mod_spatialite_la_LDFLAGS = -module -version-info 8:1:1
+ @MINGW_TRUE at mod_spatialite_la_LDFLAGS = -module -avoid-version -no-undefined
+ MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
+ all: all-recursive


More information about the svn-ports-head mailing list