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

(-)Makefile (-1 / +3 lines)
Lines 23-32 Link Here
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \
24
CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \
25
		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
25
		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
26
		LUA=lua-${LUA_VER}
26
		--disable-silent-rules LUA=lua-${LUA_VER}
27
INSTALLS_ICONS=	yes
27
INSTALLS_ICONS=	yes
28
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
29
29
30
MAKE_ARGS=	OBJC="${CC}"
31
30
CPPFLAGS+=	-I${LOCALBASE}/include
32
CPPFLAGS+=	-I${LOCALBASE}/include
31
LIBS+=		-L${LOCALBASE}/lib -lX11
33
LIBS+=		-L${LOCALBASE}/lib -lX11
32
34

Return to bug 211327