openbsd-ports/databases/postgresql/patches/patch-src_interfaces_ecpg_ecpglib_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
502 B
Plaintext

$OpenBSD: patch-src_interfaces_ecpg_ecpglib_Makefile,v 1.2 2007/01/17 16:47:25 mbalmer Exp $
--- src/interfaces/ecpg/ecpglib/Makefile.orig Thu Sep 28 16:48:45 2006
+++ src/interfaces/ecpg/ecpglib/Makefile Mon Jan 15 18:11:08 2007
@@ -13,8 +13,8 @@ top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
NAME= ecpg
-SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 2
+SO_MAJOR_VERSION= ${LIBecpg_MAJOR}
+SO_MINOR_VERSION= ${LIBecpg_MINOR}
DLTYPE= library
override CPPFLAGS := -DFRONTEND \