openbsd-ports/databases/postgresql/patches/patch-src_interfaces_ecpg_ecpglib_Makefile
mbalmer af7df5ea1a SHARED_LIBS
ok bernd
2006-01-07 11:11:17 +00:00

15 lines
546 B
Plaintext

$OpenBSD: patch-src_interfaces_ecpg_ecpglib_Makefile,v 1.1 2006/01/07 11:11:17 mbalmer Exp $
--- src/interfaces/ecpg/ecpglib/Makefile.orig Wed Dec 28 12:41:01 2005
+++ src/interfaces/ecpg/ecpglib/Makefile Wed Dec 28 12:41:29 2005
@@ -13,8 +13,8 @@ top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
NAME= ecpg
-SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 1
+SO_MAJOR_VERSION= ${LIBecpg_MAJOR}
+SO_MINOR_VERSION= ${LIBecpg_MINOR}
DLTYPE= library
override CPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include \