diff options
author | tron <tron> | 2004-04-26 19:59:15 +0000 |
---|---|---|
committer | tron <tron> | 2004-04-26 19:59:15 +0000 |
commit | 4f982800547ead0a4a08a6d3d24abaccc7444c44 (patch) | |
tree | 809d622cef3ec85a70957b785a6bb83c25c534b6 /comms/mgetty+sendfax | |
parent | 98616f8d15b62e320140562b2daaadec9e064a02 (diff) | |
download | pkgsrc-4f982800547ead0a4a08a6d3d24abaccc7444c44.tar.gz |
Make this build under NetBSD 2.0D and above with statvfs(2).
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/distinfo | 3 | ||||
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-ah | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index 20bec166ac8..0a3df7d3610 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2003/12/20 20:06:38 fredb Exp $ +$NetBSD: distinfo,v 1.15 2004/04/26 19:59:15 tron Exp $ SHA1 (mgetty1.1.30-Dec16.tar.gz) = aea2a4c999f167e2311e797b164d4797baf328c4 Size (mgetty1.1.30-Dec16.tar.gz) = 969967 bytes @@ -9,6 +9,7 @@ SHA1 (patch-ad) = 27fcebfe959a1d24657f504b89017fa3a58ae6c1 SHA1 (patch-ae) = f274db8059463f8b915c2d2faa86aa0e956e5a2c SHA1 (patch-af) = 9c4c62ba7f509cbdd4735fe1f08e488cfa769403 SHA1 (patch-ag) = 943aa837a285663ff6cf5ab07c3f908f499c2074 +SHA1 (patch-ah) = 7ca56968f891eefe361d6c2635771ac6e0a36a5b SHA1 (patch-ai) = d3f4795898b435b04124cac5af0289157a86c659 SHA1 (patch-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475 diff --git a/comms/mgetty+sendfax/patches/patch-ah b/comms/mgetty+sendfax/patches/patch-ah new file mode 100644 index 00000000000..46ff7f610b2 --- /dev/null +++ b/comms/mgetty+sendfax/patches/patch-ah @@ -0,0 +1,16 @@ +$NetBSD: patch-ah,v 1.3 2004/04/26 19:59:15 tron Exp $ + +--- getdisk.c.orig 2001-01-28 14:29:43.000000000 +0100 ++++ getdisk.c 2004-04-26 21:56:58.000000000 +0200 +@@ -94,6 +94,11 @@ + # define USTAT + #endif + ++#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000) ++#undef BSDSTATFS ++#define SVR4 ++#endif ++ + #if defined(SVR4) + # define SVR3 + #endif |