openbsd-ports/databases/postgresql/patches/patch-src_interfaces_ecpg_ecpglib_Makefile
pea ed27f8a671 Major upgrade to PostgreSQL 9.1.0
A dump/restore is required.

Tested in a bulk by jasper@, thanks !

ok jasper@, jeremy@
2011-09-23 09:46:14 +00:00

15 lines
586 B
Plaintext

$OpenBSD: patch-src_interfaces_ecpg_ecpglib_Makefile,v 1.6 2011/09/23 09:46:14 pea Exp $
--- src/interfaces/ecpg/ecpglib/Makefile.orig Mon Mar 28 15:42:09 2011
+++ src/interfaces/ecpg/ecpglib/Makefile Wed Apr 6 09:14:11 2011
@@ -14,8 +14,8 @@ top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
NAME= ecpg
-SO_MAJOR_VERSION= 6
-SO_MINOR_VERSION= 3
+SO_MAJOR_VERSION= ${LIBecpg_MAJOR}
+SO_MINOR_VERSION= ${LIBecpg_MINOR}
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)