Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Workaround build issue on 8.3 and 8.4
Bryan Drewery committed 12 years ago
commit c6ebeea6fb78538665425c12d049a2c2e87477e1
parent 0cbd0ca
1 file changed +7 -0
modified external/libucl/Makefile
@@ -10,5 +10,12 @@ CFLAGS= -I${.CURDIR}/../uthash \
	-I${.CURDIR}/src \
	-fPIC

+
OSVERSION!=	/sbin/sysctl -n kern.osreldate
+

+
.if ${OSVERSION} < 901000
+
.c.o:
+
	${CC} ${STATIC_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
+
.endif
+

WARNS=	1
.include <bsd.lib.mk>