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

(-)emulators/pipelight/Makefile (-2 / +1 lines)
Lines 29-35 Link Here
29
		${LOCALBASE}/bin/gpg2:security/gnupg
29
		${LOCALBASE}/bin/gpg2:security/gnupg
30
30
31
WRKSRC=		${WRKDIR}/mmueller2012-pipelight-792e7a4885a6
31
WRKSRC=		${WRKDIR}/mmueller2012-pipelight-792e7a4885a6
32
USE_GCC=	yes
33
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
34
CPPFLAGS+=	-I${LOCALBASE}/include
33
CPPFLAGS+=	-I${LOCALBASE}/include
35
LDFLAGS+=	-L${LOCALBASE}/lib
34
LDFLAGS+=	-L${LOCALBASE}/lib
Lines 39-45 Link Here
39
		--cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash \
38
		--cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash \
40
		--gpg-exec=${LOCALBASE}/bin/gpg2
39
		--gpg-exec=${LOCALBASE}/bin/gpg2
41
USE_XORG=	x11
40
USE_XORG=	x11
42
USES=		compiler:gcc-c++11-lib gmake shebangfix
41
USES=		compiler:c++11-lib gmake shebangfix
43
MAKE_JOBS_UNSAFE=yes
42
MAKE_JOBS_UNSAFE=yes
44
SHEBANG_FILES=	configure \
43
SHEBANG_FILES=	configure \
45
		share/install-dependency
44
		share/install-dependency

Return to bug 215954