summaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-18 15:26:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-18 15:26:29 +0000
commitaccc2a8267b4b7fbea59a50e5a62e5d5082d31fc (patch)
tree1877edcd9857c3c437649d2e9d0e01a8dde7b979 /emulators/rtc
parentMark as broken on aarch64: fails to package. (diff)
Mark as broken on FreeBSD 12. This ought to be an easy fix for someone
who has time.
Notes
Notes: svn path=/head/; revision=464924
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile
index 3a48f4f31b37..d6aa6098bfff 100644
--- a/emulators/rtc/Makefile
+++ b/emulators/rtc/Makefile
@@ -11,6 +11,8 @@ DISTFILES= # none
MAINTAINER= emulation@FreeBSD.org
COMMENT= Kernel module which provides /dev/rtc device support
+BROKEN_FreeBSD_12= fails to compile: rtc.c:166:2: implicit declaration of function 'MALLOC' is invalid in C99
+
WRKSRC= ${WRKDIR}/files
NO_FETCH= yes