Files
ports/databases/postgresql/patches/patch-src_interfaces_libpq_Makefile
jeremy 42170c4fe4 Update to PostgreSQL 18.1
Bulk testing by tb@
OK sthen@
2025-11-23 03:05:13 +00:00

15 lines
462 B
Plaintext

Index: src/interfaces/libpq/Makefile
--- src/interfaces/libpq/Makefile.orig
+++ src/interfaces/libpq/Makefile
@@ -21,8 +21,8 @@ PGFILEDESC = "PostgreSQL Access Library"
# shared library parameters
NAME= pq
-SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= $(MAJORVERSION)
+SO_MAJOR_VERSION= ${LIBpq_MAJOR}
+SO_MINOR_VERSION= ${LIBpq_MINOR}
override CPPFLAGS := -I$(srcdir) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port $(CPPFLAGS)
ifneq ($(PORTNAME), win32)