From 905dfdbc55ff66ed5aea5358dc7258e52972d449 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 24 Jul 2010 23:03:23 +0000 Subject: [PATCH] Quick and dirty hack to un-BROKEN on -current. Approved by: maintainer timeout --- x11/aterm/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 8872d35398e9..6a82806fef32 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -18,7 +18,7 @@ USE_XORG= xpm GNU_CONFIGURE= yes # `+=' is for slave ports CONFIGURE_ARGS+= --enable-transparency \ - --enable-fading --enable-utmp --enable-wtmp \ + --enable-fading --enable-wtmp \ --without-afterstep-config CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" @@ -26,7 +26,9 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include .if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx +CONFIGURE_ARGS+= --disable-utmp +.else +CONFIGURE_ARGS+= --enable-utmp .endif .if !defined(WITHOUT_BACKGROUND_IMAGE)