From b0d0609f622c2195384a44e826d101042361d402 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Wed, 10 Nov 2010 10:19:44 +0000 Subject: [PATCH] IGNORE until someone provides an update - contents of numeric fields returned as 0 in this version. PR: 144993 Submitted by: Berend de Boer (+ submitter timeout, thus no update at this point) --- databases/postgresql-odbc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index af38f0e9c1be..03e435c1783b 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -49,6 +49,8 @@ BUILD_DEPENDS= pg_config:${PORTSDIR}/databases/postgresql83-client GNU_CONFIGURE= YES +IGNORE= does not work properly (see ports/144993) + .if !defined(WITH_IODBC) WITH_UNIXODBC= yes .endif