freebsd-ports/databases/postgresql-libpqxx/files/patch-Makefile.in
Sergey Matveychuk 48046fa478 update to 2.2.7
fix a wrong pkg-config specification position

PR:		ports/69960
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
Approved by:	maintainer
2004-08-09 08:01:43 +00:00

11 lines
360 B
Text

--- Makefile.in.orig Mon May 10 14:37:09 2004
+++ Makefile.in Wed Jun 23 21:47:42 2004
@@ -196,7 +196,7 @@
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
stamp-h.in
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = libpqxx.pc
bin_SCRIPTS = pqxx-config
all: all-recursive