diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-19 02:45:26 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-19 02:45:26 +0800 |
commit | 1820f7b88fdc028dcf6ee99d077de50065331351 (patch) | |
tree | bc9055d5ce36bc81d71ce7829f08eb1353ace752 | |
parent | 8a27183d9a5896c2c8cfd2c2a6e042c66267aa04 (diff) | |
download | freebsd-ports-gnome-1820f7b88fdc028dcf6ee99d077de50065331351.tar.gz freebsd-ports-gnome-1820f7b88fdc028dcf6ee99d077de50065331351.tar.zst freebsd-ports-gnome-1820f7b88fdc028dcf6ee99d077de50065331351.zip |
Mark as ONLY_FOR_ARCHS i386 since it requires either a pentium
hardware tick counter or an equivalent Solaris gethrtime() syscall.
This should be investigated further. FreeBSD might have an equivalent
syscall.
Submitted by: bento
-rw-r--r-- | sysutils/clockspeed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index a22b05c71fdf..afb4f8c4512c 100644 --- a/sysutils/clockspeed/Makefile +++ b/sysutils/clockspeed/Makefile @@ -17,6 +17,7 @@ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= tai.1:${PORTSDIR}/devel/libtai +ONLY_FOR_ARCHS= i386 ALL_TARGET= it USE_REINPLACE= yes INSTALL_TARGET= setup check |