diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-08 16:40:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-08 16:40:38 +0000 |
commit | e7f63a4688d5ed9b246dfe46ade0b9fdc776b19f (patch) | |
tree | 33fca9b75f0bacc038e69c2f72099a487008f0be /databases/postgresql74-lib/PLIST | |
parent | 179967620fd4edc13422be475c7d1101338cd220 (diff) | |
download | pkgsrc-e7f63a4688d5ed9b246dfe46ade0b9fdc776b19f.tar.gz |
Allow PostgreSQL 7.4 to build on DragonFly. Bump revision of -lib,
since the PLIST changed. Don't define errno manually in contrib/,
depend on errno.h to do so. Explicitly include errno.h in some places.
Diffstat (limited to 'databases/postgresql74-lib/PLIST')
-rw-r--r-- | databases/postgresql74-lib/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql74-lib/PLIST b/databases/postgresql74-lib/PLIST index 3b2ffb4f053..be3fbd07da0 100644 --- a/databases/postgresql74-lib/PLIST +++ b/databases/postgresql74-lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/06/30 01:50:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/11/08 16:40:39 joerg Exp $ bin/ecpg bin/pg_config include/ecpg_informix.h @@ -238,6 +238,7 @@ include/postgresql/server/port/bsdi.h include/postgresql/server/port/cygwin.h include/postgresql/server/port/darwin.h include/postgresql/server/port/dgux.h +include/postgresql/server/port/dragonfly.h include/postgresql/server/port/freebsd.h include/postgresql/server/port/hpux.h include/postgresql/server/port/irix5.h |