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

Collapse All | Expand All

(-)webkit-gtk3/Makefile (-3 / +1 lines)
Lines 79-87 Link Here
79
79
80
.include <bsd.port.options.mk>
80
.include <bsd.port.options.mk>
81
81
82
# Shutup warning spam
83
CXXFLAGS+=	-Wno-c++11-extensions
84
85
.if ${ARCH} == powerpc64
82
.if ${ARCH} == powerpc64
86
CFLAGS+=	-mminimal-toc
83
CFLAGS+=	-mminimal-toc
87
.endif
84
.endif
Lines 103-108 Link Here
103
.endif
100
.endif
104
101
105
.if ${CHOSEN_COMPILER_TYPE} == clang
102
.if ${CHOSEN_COMPILER_TYPE} == clang
103
CXXFLAGS+=	-Wno-c++11-extensions	# Shutup warning spam
106
CXXFLAGS+=	-Qunused-arguments
104
CXXFLAGS+=	-Qunused-arguments
107
.endif
105
.endif
108
106

Return to bug 197671