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

Collapse All | Expand All

(-)games/qqwing/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	stephenostermiller
19
GH_ACCOUNT=	stephenostermiller
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
CONFIGURE_ENV+=	CC=cc CXX=c++ CPP=cpp
21
CONFIGURE_ENV+=	CC=${CC} CXX=${CXX} CPP=${CPP}
22
22
23
post-patch:
23
post-patch:
24
	@${REINPLACE_CMD} -e 's|exit 1|exit 0|g' \
24
	@${REINPLACE_CMD} -e 's|exit 1|exit 0|g' \

Return to bug 202901