View | Details | Raw Unified | Return to bug 173576
Collapse All | Expand All

(-)rxvt/Makefile (-3 / +3 lines)
Lines 33-39 Link Here
33
XIM_DESC=		Build with XIM support
33
XIM_DESC=		Build with XIM support
34
XTERM_DESC=		Build with Xterm scrollbar
34
XTERM_DESC=		Build with Xterm scrollbar
35
35
36
CONFIGURE_ARGS=	--enable-wtmp --enable-ttygid \
36
CONFIGURE_ARGS=	--enable-ttygid \
37
		--with-xpm --enable-xpm-background \
37
		--with-xpm --enable-xpm-background \
38
		--with-xpm-includes=${LOCALBASE}/include/X11 \
38
		--with-xpm-includes=${LOCALBASE}/include/X11 \
39
		--with-xpm-library=${LOCALBASE}/lib
39
		--with-xpm-library=${LOCALBASE}/lib
Lines 44-52 Link Here
44
44
45
# fails to build with new utmpx
45
# fails to build with new utmpx
46
.if ${OSVERSION} > 900007
46
.if ${OSVERSION} > 900007
47
CONFIGURE_ARGS=	--disable-utmp
47
CONFIGURE_ARGS+=	--disable-utmp --disable-wtmp
48
.else
48
.else
49
CONFIGURE_ARGS=	--enable-utmp
49
CONFIGURE_ARGS+=	--enable-utmp --enable-wtmp
50
.endif
50
.endif
51
51
52
.if ${PORT_OPTIONS:MBIG5}
52
.if ${PORT_OPTIONS:MBIG5}

Return to bug 173576