diff options
author | joerg <joerg> | 2008-10-03 16:43:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-10-03 16:43:27 +0000 |
commit | f34cd8ed9e628f662a10e103e3db07418ddc4081 (patch) | |
tree | 2d15ca19c2a839310a0119375dc7a59ae8bac803 /databases/unixodbc/patches | |
parent | c998bb00cb42c04e2c2e0a3e289fad7fd00bea3e (diff) | |
download | pkgsrc-f34cd8ed9e628f662a10e103e3db07418ddc4081.tar.gz |
Install only the newer PostgreSQL 7.1+ driver. Add DESTDIR support.
Bump revision.
Diffstat (limited to 'databases/unixodbc/patches')
-rw-r--r-- | databases/unixodbc/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/unixodbc/patches/patch-ab b/databases/unixodbc/patches/patch-ab new file mode 100644 index 00000000000..40446b484f1 --- /dev/null +++ b/databases/unixodbc/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2008/10/03 16:43:27 joerg Exp $ + +--- Drivers/Makefile.in.orig 2008-10-03 18:00:19.000000000 +0200 ++++ Drivers/Makefile.in +@@ -205,7 +205,6 @@ subdirs = @subdirs@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + @DRIVERS_TRUE@SUBDIRS = \ +-@DRIVERS_TRUE@ PostgreSQL \ + @DRIVERS_TRUE@ Postgre7.1 \ + @DRIVERS_TRUE@ txt \ + @DRIVERS_TRUE@ odbc \ |