ports/accessibility/yasr/files/extra-patch-yasr__main.c
Eitan Adler e05c3d5287 Fix build error on 9.x+
Approved by:	 David K. Gerry <david.k.gerry@gmail.com> (maintainer)
2013-11-12 21:55:54 +00:00

14 lines
327 B
C

--- ./yasr/main.c.orig 2013-11-11 18:44:59.238198747 -0500
+++ ./yasr/main.c 2013-11-11 18:45:09.927197900 -0500
@@ -24,11 +24,7 @@
#include "yasr.h"
#include "term.h"
-#include <utmp.h>
-#ifdef HAVE_UTMPX_H
#include <utmpx.h>
-#endif
-#define UTMP_HACK
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>