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

(-)Makefile (-1 / +3 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libpng.so:graphics/png
17
LIB_DEPENDS=	libpng.so:graphics/png
18
18
19
USES=		gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2
19
USES=		compiler gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2
20
USE_XORG=	xft xpm x11 sm ice xext
20
USE_XORG=	xft xpm x11 sm ice xext
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
22
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
Lines 23-28 Link Here
23
		--enable-xft --enable-image-xpm --enable-image-jpeg \
23
		--enable-xft --enable-image-xpm --enable-image-jpeg \
24
		--enable-image-png --disable-debug \
24
		--enable-image-png --disable-debug \
25
		--disable-pedantic
25
		--disable-pedantic
26
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
27
CXXFLAGS_clang=	-Wno-c++11-narrowing
26
LDFLAGS+=	${ICONV_LIB}
28
LDFLAGS+=	${ICONV_LIB}
27
29
28
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 230889