From 65359caa307eb095a5e1f4ca51981a3efdb16f72 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 27 Sep 2011 11:04:49 +0000 Subject: 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" --- databases/postgresql91-client/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'databases/postgresql91-client') 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 -- cgit v1.2.3