utmpx fallout - fix for mrxvt-devel

Gary Jennejohn gary.jennejohn at freenet.de
Fri Jan 15 11:43:20 UTC 2010


Here's an (inlined) patch to fix mrxvt-devel after the move to utmpx.

The maintainer (lme@) copied per Cc.

--- Makefile.orig	2010-01-15 12:23:35.000000000 +0100
+++ Makefile	2010-01-15 12:27:54.000000000 +0100
@@ -37,6 +37,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 900007
+CONFIGURE_ARGS+=	--disable-utmp --disable-wtmp
+.endif
+
 .if defined(WITH_JAPANESE)
 CONFIGURE_ARGS+=	--enable-xim --enable-cjk --with-encoding=eucj
 .endif

---
Gary Jennejohn (gj at FreeBSD.org)


More information about the freebsd-ports mailing list