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

(-)Makefile (-1 / +5 lines)
Lines 40-45 Link Here
40
40
41
.if defined(WITH_XINERAMA)
41
.if defined(WITH_XINERAMA)
42
USE_XORG+=	xinerama
42
USE_XORG+=	xinerama
43
CONFIGURE_ARGS+=	--configure-option=--with-xinerama
44
.else
45
CONFIGURE_ARGS+=	--configure-option=--without-xinerama
43
.endif
46
.endif
44
47
45
.if defined(NOPORTDOCS)
48
.if defined(NOPORTDOCS)
Lines 70-76 Link Here
70
73
71
do-configure:
74
do-configure:
72
	cd ${WRKSRC} && ${GHC_CMD} --make Setup.hs -o setup -package Cabal \
75
	cd ${WRKSRC} && ${GHC_CMD} --make Setup.hs -o setup -package Cabal \
73
		     && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX}
76
		     && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX} \
77
			 ${CONFIGURE_ARGS}
74
78
75
do-build:
79
do-build:
76
	cd ${WRKSRC} && ${SETUP_CMD} build \
80
	cd ${WRKSRC} && ${SETUP_CMD} build \

Return to bug 140807