diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-09 08:01:43 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-09 08:01:43 +0000 |
commit | 48046fa478f2aab3809f638b9faf430ec5094247 (patch) | |
tree | d956c079fa1021dfa5f698ef7b163bb7159e783a /databases/postgresql-libpqxx3/files/patch-Makefile.in | |
parent | Update to 0.8.1.30 (diff) |
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
Notes
Notes:
svn path=/head/; revision=115716
Diffstat (limited to 'databases/postgresql-libpqxx3/files/patch-Makefile.in')
-rw-r--r-- | databases/postgresql-libpqxx3/files/patch-Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in index 730a3b577b48..ee6a7627048f 100644 --- a/databases/postgresql-libpqxx3/files/patch-Makefile.in +++ b/databases/postgresql-libpqxx3/files/patch-Makefile.in @@ -5,7 +5,7 @@ stamp-h.in -pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)/libdata/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = libpqxx.pc bin_SCRIPTS = pqxx-config all: all-recursive |