diff options
author | wulf <wulf@pkgsrc.org> | 2004-02-18 22:18:28 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-02-18 22:18:28 +0000 |
commit | 588b5da2c67f5ce191a8a03442d09f6c723e71e8 (patch) | |
tree | 2620ce8b6425107d1ebf733a247663f8de769cfc | |
parent | 1ca11a760705f5ad1cacde43a31148b11b0b3683 (diff) | |
download | pkgsrc-588b5da2c67f5ce191a8a03442d09f6c723e71e8.tar.gz |
Added patch-ad file that was missed at previous update
-rw-r--r-- | ham/xlog/distinfo | 4 | ||||
-rw-r--r-- | ham/xlog/patches/patch-ad | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/ham/xlog/distinfo b/ham/xlog/distinfo index 2f563deab82..9d7b5d3ca9e 100644 --- a/ham/xlog/distinfo +++ b/ham/xlog/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2004/02/18 06:04:44 wulf Exp $ +$NetBSD: distinfo,v 1.3 2004/02/18 22:18:28 wulf Exp $ SHA1 (xlog-0.9.1.tar.gz) = 30d9bb55dbd4661a3c174c150e6b82de123dd9d9 Size (xlog-0.9.1.tar.gz) = 430371 bytes SHA1 (patch-ab) = 214fd2e598bd347db546250c91bfdb1c05562585 -SHA1 (patch-ad) = 2464ba878bf4090c4de3c542e8c29d2dd946f914 +SHA1 (patch-ad) = d33e37caa1aa633a0e5f298ff4f882f7db495233 diff --git a/ham/xlog/patches/patch-ad b/ham/xlog/patches/patch-ad new file mode 100644 index 00000000000..7e6b8b5c745 --- /dev/null +++ b/ham/xlog/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2004/02/18 22:18:28 wulf Exp $ + +--- src/callbacks_otherdialogs.c.orig 2004-01-12 00:54:45.000000000 +1030 ++++ src/callbacks_otherdialogs.c 2004-02-19 09:40:49.000000000 +1030 +@@ -1748,7 +1748,9 @@ + fclose (finfo.fd); + dup2 (saved_fd, STDERR_FILENO); + close (saved_fd); ++#ifndef __NetBSD__ + stderr = fdopen (STDERR_FILENO, "w"); ++#endif + hamlibresult = start_hamlib (preferences.radio, preferences.device, + RIG_DEBUG_NONE, preferences.polltime); + #endif /* WANT_HAMLIB */ |