Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix compilation with clang through ccache.
jlaffaye committed 14 years ago
commit 4b6d01f5427a433ee81b81498270a853f2bc680c
parent 7a058e6
2 files changed +3 -2
modified external/libyaml/Makefile
@@ -13,7 +13,8 @@ SRCS= api.c \
CFLAGS+=	-fPIC \
		-I${.CURDIR}/include \
		-I${.CURDIR} \
-
		-DHAVE_CONFIG_H
+
		-DHAVE_CONFIG_H \
+
		-Wno-parentheses -Wno-empty-body

WARNS=		1

modified external/sqlite/Makefile
@@ -2,7 +2,7 @@ LIB= sqlite3
INTERNALLIB=
SRCS=		sqlite3.c

-
CFLAGS+=	-fPIC
+
CFLAGS+=	-fPIC -Wno-parentheses -Wno-empty-body
WARNS=		1
WFORMAT=	1