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

Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 31-45 Link Here
31
31
32
RESTRICTED=	ROMs are copyrighted by Commodore Business Machines
32
RESTRICTED=	ROMs are copyrighted by Commodore Business Machines
33
33
34
USES=		compiler:c++11-lang pkgconfig makeinfo gmake \
34
USES=		compiler:c++11-lang gettext gl gmake gnome iconv:wchar_t \
35
		iconv:wchar_t jpeg readline gettext
35
		localbase:ldflags jpeg makeinfo pkgconfig readline sdl
36
USE_XORG=	xpm ice sm xext xv xt x11 xmu xxf86vm
36
USE_XORG=	xpm ice sm xext xv xt x11 xmu xxf86vm
37
USE_XORG+=	xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
37
USE_XORG+=	xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
38
HAS_CONFIGURE=	yes
38
HAS_CONFIGURE=	yes
39
MAKE_ENV+=	MAKEINFOFLAGS="--no-split"
39
MAKE_ENV+=	MAKEINFOFLAGS="--no-split"
40
CFLAGS+=	-I${LOCALBASE}/include
41
LDFLAGS+=	-L${LOCALBASE}/lib
42
CPPFLAGS+=	-I${LOCALBASE}/include
43
CONFIGURE_ARGS+=	--enable-ipv6 \
40
CONFIGURE_ARGS+=	--enable-ipv6 \
44
			--enable-external-ffmpeg \
41
			--enable-external-ffmpeg \
45
			--mandir="${PREFIX}/man" \
42
			--mandir="${PREFIX}/man" \

Return to bug 236704