diff options
author | adam <adam> | 2011-09-27 11:04:49 +0000 |
---|---|---|
committer | adam <adam> | 2011-09-27 11:04:49 +0000 |
commit | 65359caa307eb095a5e1f4ca51981a3efdb16f72 (patch) | |
tree | 1ef8a5645bc2b3785fb0c1b56ca2936ae3bfc02a /databases/postgresql91-client | |
parent | 0e50a946f184ee491801c052c0b450c44af1e333 (diff) | |
download | pkgsrc-65359caa307eb095a5e1f4ca51981a3efdb16f72.tar.gz |
Changes 9.1.1:
* Make pg_options_to_table return NULL for an option with no value
* Fix memory leak at end of a GiST index scan
* Fix explicit reference to pg_temp schema in "CREATE TEMPORARY TABLE"
Diffstat (limited to 'databases/postgresql91-client')
-rw-r--r-- | databases/postgresql91-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile index 0e70aa0187d..97b7fc88bcf 100644 --- a/databases/postgresql91-client/Makefile +++ b/databases/postgresql91-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/09/15 08:28:07 adam Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/27 11:04:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-client-/} COMMENT= PostgreSQL database client programs @@ -29,8 +29,6 @@ CONFIGURE_ARGS+= --enable-thread-safety . endif .endif -LIBS.SunOS+= -lintl - INSTALL_DIRS= src/include INSTALL_DIRS+= src/interfaces INSTALL_DIRS+= src/bin |