openbsd-ports/databases/postgresql/patches/patch-src_interfaces_ecpg_lib_Makefile
espie 594099de65 Patches to fix dynamic libraries, especially on ppc which understands
only major/minor.

Add DYNLIBDIR where needed.

Some style issues.

From peter@, brad@ and peter_e@gmx.net
2001-04-23 21:58:44 +00:00

13 lines
451 B
Plaintext

$OpenBSD: patch-src_interfaces_ecpg_lib_Makefile,v 1.1 2001/04/23 21:58:44 espie Exp $
--- src/interfaces/ecpg/lib/Makefile.orig Sun Apr 22 13:13:42 2001
+++ src/interfaces/ecpg/lib/Makefile Sun Apr 22 13:13:48 2001
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.glo
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 2.0
+SO_MINOR_VERSION= 2
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)