freebsd-ports/x11/rxvt-devel/files/patch-src::rxvt.h
Martin Wilke c40a93cf47 - Fix build on head
PR:		143954
Submitted by:	bf <bf1783@gmail.com>
Approved by:	maintainer
2010-05-09 10:06:04 +00:00

11 lines
304 B
C

--- src/rxvt.h
+++ src/rxvt.h
@@ -804,7 +804,7 @@
#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (r, 'R',(x),(y))
#ifdef UTMP_SUPPORT
-# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX)
+# if !defined(HAVE_STRUCT_UTMPX)
# undef HAVE_UTMPX_H
# undef HAVE_STRUCT_UTMPX
# endif