openbsd-ports/databases/postgresql/patches/patch-src_interfaces_ecpg_compatlib_Makefile
mbalmer 1f0785bc5c Update to PostgreSQL 8.2.1
Please note that a database dump/restore is required to upgrade to this
version.  See the full details at the following URL:
http://www.postgresql.org/docs/current/static/release-8-2.html

requested, tested and ok by robert, simon
2007-01-17 16:47:25 +00:00

15 lines
575 B
Plaintext

$OpenBSD: patch-src_interfaces_ecpg_compatlib_Makefile,v 1.2 2007/01/17 16:47:25 mbalmer Exp $
--- src/interfaces/ecpg/compatlib/Makefile.orig Mon Sep 11 00:07:02 2006
+++ src/interfaces/ecpg/compatlib/Makefile Mon Jan 15 18:08:43 2007
@@ -13,8 +13,8 @@ top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
NAME= ecpg_compat
-SO_MAJOR_VERSION= 2
-SO_MINOR_VERSION= 2
+SO_MAJOR_VERSION= ${LIBecpg_compat_MAJOR}
+SO_MINOR_VERSION= ${LIBecpg_compat_MINOR}
DLTYPE= library
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \