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

(-)devel/aws-sdk-cpp/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GH_ACCOUNT=	aws
20
GH_ACCOUNT=	aws
21
USES=		cmake pkgconfig compiler:c++11-lib ssl
21
USES=		cmake pkgconfig compiler:c++11-lib ssl
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
CXXFLAGS=	-Wno-error
23
CXXFLAGS=	-Wno-error -Wno-c11-extensions
24
24
25
post-patch:
25
post-patch:
26
	${REINPLACE_CMD} -e "s,/pkgconfig,/../libdata/pkgconfig,g" \
26
	${REINPLACE_CMD} -e "s,/pkgconfig,/../libdata/pkgconfig,g" \

Return to bug 221999