mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
42170c4fe4
Bulk testing by tb@ OK sthen@
15 lines
462 B
Plaintext
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)
|