diff options
Diffstat (limited to 'sysutils/sample')
-rw-r--r-- | sysutils/sample/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index ac781fe2303e..d876f3ceb905 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -10,15 +10,14 @@ COMMENT= Examine periodic stack traces of all running processes LICENSE= BSD3CLAUSE +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= device driver part of the program only supports amd64 + BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \ ${LOCALBASE}/lib/libxo.a:devel/libxo \ ${LOCALBASE}/bin/python:lang/python -BROKEN_i386= does not build: don't know how to make sample_support_i386.c -BROKEN_powerpc64= does not build: don't know how to make sample_support_powerpc64.c -BROKEN_sparc64= does not build: don't know how to make sample_support_sparc64.c - USE_GITHUB= yes GH_ACCOUNT= freenas GH_TAGNAME= 45e2b86 |