diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-03 09:14:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-03 09:14:05 +0800 |
commit | ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /sysutils/rovclock | |
parent | a2a755d89329513418a7f289adf442cc3ce72541 (diff) | |
download | freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.tar.gz freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.tar.zst freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.zip |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/rovclock')
-rw-r--r-- | sysutils/rovclock/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/rovclock/Makefile b/sysutils/rovclock/Makefile index ac5cece70a9b..6481501bb577 100644 --- a/sysutils/rovclock/Makefile +++ b/sysutils/rovclock/Makefile @@ -11,6 +11,11 @@ COMMENT= Overclocking utility for ATI Radeon video cards LICENSE= GPLv2 +BROKEN_aarch64= fails to install: undefined reference to outl +BROKEN_armv6= fails to install: undefined reference to outl +BROKEN_mips= fails to install: undefined reference to outl +BROKEN_mips64= fails to install: undefined reference to outl + USES= tar:bzip2 PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} |