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 (g...@freebsd.org)
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to