diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
commit | dab2f82d314ea77904914b8462ccdf838abcc776 (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /sysutils/rovclock | |
parent | e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff) |
Notes
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} |