openbsd-ports/comms/xlog/patches/patch-src_gui_tracedialog_c
jasper 74182a7a5d - update xlog to 2.0.5
* drops the dependency on the deprecated libgnomeprint
2011-09-12 14:09:56 +00:00

16 lines
576 B
Plaintext

$OpenBSD: patch-src_gui_tracedialog_c,v 1.3 2011/09/12 14:09:56 jasper Exp $
--- src/gui_tracedialog.c.orig Mon Sep 12 16:04:10 2011
+++ src/gui_tracedialog.c Mon Sep 12 16:04:29 2011
@@ -65,10 +65,8 @@ stop_tracing (void)
fclose (finfo.fd);
dup2 (saved_fd, STDERR_FILENO);
close (saved_fd);
-#ifndef __NetBSD__
-#ifndef G_OS_WIN32
+#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(WIN32)
stderr = fdopen (STDERR_FILENO, "w");
-#endif
#endif
hamlibresult = start_hamlib (preferences.rigid, preferences.device,
RIG_DEBUG_NONE, preferences.polltime);