openbsd-ports/databases/postgresql/patches/patch-src_interfaces_ecpg_lib_Makefile
naddy e0112048dd Update to 7.3.2. Change flavor no_tcl -> tcl.
From: Peter Galbavy <peter.galbavy@knowtion.net>
2003-02-12 17:09:03 +00:00

13 lines
455 B
Plaintext

$OpenBSD: patch-src_interfaces_ecpg_lib_Makefile,v 1.3 2003/02/12 17:09:03 naddy Exp $
--- src/interfaces/ecpg/lib/Makefile.orig Tue Jan 8 20:41:26 2002
+++ src/interfaces/ecpg/lib/Makefile Fri Feb 1 11:25:38 2002
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.glo
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 4.1
+SO_MINOR_VERSION= 41
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)