39d0d618c7
Database interface and PostgreSQL driver for R. This package provides a Database Interface (DBI) compliant driver for R to access PostgreSQL database systems. A wiki and issue tracking system for the package are available at Google Code at https://code.google.com/p/rpostgresql/.
15 lines
397 B
Text
15 lines
397 B
Text
$NetBSD: patch-configure,v 1.1.1.1 2012/04/15 17:57:36 brook Exp $
|
|
|
|
# see http://code.google.com/p/rpostgresql/issues/detail?id=39
|
|
|
|
--- configure.orig 2011-12-31 13:11:52.000000000 +0000
|
|
+++ configure
|
|
@@ -3008,7 +3008,7 @@ as_val=`eval 'as_val=${'$as_ac_File'}
|
|
|
|
|
|
ENABLE_LIBPQ=
|
|
-if test $R_OS_TYPE == "darwin" ; then
|
|
+if test $R_OS_TYPE = "darwin" ; then
|
|
ENABLE_LIBPQ='
|
|
|
|
PKG_CPPFLAGS=-Ilibpq
|