summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql/patches/patch-af')
-rw-r--r--databases/postgresql/patches/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql/patches/patch-af b/databases/postgresql/patches/patch-af
index 29d5c876c27..7481852960a 100644
--- a/databases/postgresql/patches/patch-af
+++ b/databases/postgresql/patches/patch-af
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.14 2002/04/04 07:48:26 jlam Exp $
+$NetBSD: patch-af,v 1.15 2003/01/05 20:12:14 jlam Exp $
---- src/interfaces/ecpg/lib/Makefile.orig Fri Feb 23 13:12:20 2001
+--- src/interfaces/ecpg/lib/Makefile.orig Tue Dec 10 23:08:04 2002
+++ src/interfaces/ecpg/lib/Makefile
-@@ -14,7 +14,7 @@
+@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.glo
NAME= ecpg
SO_MAJOR_VERSION= 3
--SO_MINOR_VERSION= 3.0
-+SO_MINOR_VERSION= 3
+-SO_MINOR_VERSION= 4.1
++SO_MINOR_VERSION= 4
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)