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

(-)Makefile (+7 lines)
Lines 25-30 Link Here
25
		--enable-xim --with-theme-update \
25
		--enable-xim --with-theme-update \
26
		--with-backspace=bs --without-terminfo \
26
		--with-backspace=bs --without-terminfo \
27
		--enable-multi-charset
27
		--enable-multi-charset
28
29
.if exists(/usr/libexec/gdb)
30
CONFIGURE_ENV=	GDB=/usr/libexec/gdb
31
.else
32
CONFIGURE_ENV=	GDB=/usr/bin/gdb
33
.endif
34
28
CPPFLAGS+=	-I${LOCALBASE}/include
35
CPPFLAGS+=	-I${LOCALBASE}/include
29
LDFLAGS+=	-L${LOCALBASE}/lib
36
LDFLAGS+=	-L${LOCALBASE}/lib
30
USES=		iconv libtool shebangfix
37
USES=		iconv libtool shebangfix

Return to bug 221628