Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert "Fix compilation with clang through ccache."
jlaffaye committed 14 years ago
commit 8ea1e6bc3090dfcc2cdd75d43da4fa7a56ef02d4
parent 4b6d01f5427a433ee81b81498270a853f2bc680c
2 files changed +2 -3
modified external/libyaml/Makefile
@@ -13,8 +13,7 @@ SRCS= api.c \
CFLAGS+=	-fPIC \
		-I${.CURDIR}/include \
		-I${.CURDIR} \
-
		-DHAVE_CONFIG_H \
-
		-Wno-parentheses -Wno-empty-body
+
		-DHAVE_CONFIG_H

WARNS=		1

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

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