View | Details | Raw Unified | Return to bug 115939 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 65-71 Link Here
65
GNU_CONFIGURE=	yes
65
GNU_CONFIGURE=	yes
66
USE_AUTOTOOLS=	autoconf:259
66
USE_AUTOTOOLS=	autoconf:259
67
CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec/nmh \
67
CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec/nmh \
68
		--sysconfdir=${PREFIX}/etc/nmh
68
		--sysconfdir=${PREFIX}/etc/nmh CFLAGS=-O
69
.ifdef NMH_EDITOR
69
.ifdef NMH_EDITOR
70
CONFIGURE_ARGS+=	--with-editor=${NMH_EDITOR}
70
CONFIGURE_ARGS+=	--with-editor=${NMH_EDITOR}
71
.endif
71
.endif

Return to bug 115939