SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
Index: src/interfaces/libpq/Makefile
|
||||
--- src/interfaces/libpq/Makefile.orig
|
||||
+++ src/interfaces/libpq/Makefile
|
||||
@@ -19,8 +19,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 := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
|
||||
ifneq ($(PORTNAME), win32)
|
Loading…
Add table
Add a link
Reference in a new issue