diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 14:27:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 14:27:54 +0800 |
commit | 09456afde22aba36c8cb3cc523dc47059174a95b (patch) | |
tree | 8ea8209f4bbf497965b20fad04b63ee483d19480 /graphics | |
parent | 4bc1ca537b8645273e80fe700c2f05bfe8536511 (diff) | |
download | freebsd-ports-gnome-09456afde22aba36c8cb3cc523dc47059174a95b.tar.gz freebsd-ports-gnome-09456afde22aba36c8cb3cc523dc47059174a95b.tar.zst freebsd-ports-gnome-09456afde22aba36c8cb3cc523dc47059174a95b.zip |
Apparently now builds on powerpc64.
PR: 232531
Submitted by: Piotr Kubaj
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plasma-kmod/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index fe70984ce01c..e1b0f6eb5971 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -13,8 +13,6 @@ COMMENT= Plasma-effect screensaver kernel module LICENSE= BSD3CLAUSE -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative - PLIST_FILES= ${KMODDIR}/plasma_saver.ko USES= kmod uidfix |