diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-17 00:37:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-17 00:37:03 +0800 |
commit | 99c606043f9a7d960ef90967966c320de31d28da (patch) | |
tree | 81b2838d907494dd4bce9e7ff516bb4f4ab4d3cd /sysutils | |
parent | d70964664c0a996331db65ddaec40c22cd6a9089 (diff) | |
download | freebsd-ports-gnome-99c606043f9a7d960ef90967966c320de31d28da.tar.gz freebsd-ports-gnome-99c606043f9a7d960ef90967966c320de31d28da.tar.zst freebsd-ports-gnome-99c606043f9a7d960ef90967966c320de31d28da.zip |
Mark as broken on i386 (found while investigating similar failure on
sparc64).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sample/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index 11527c05f517..2036e432d4b5 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -10,7 +10,9 @@ COMMENT= Examine periodic stack traces of all running processes LICENSE= BSD3CLAUSE +BROKEN_i386= Does not build: don't know how to make sample_support_i386.c BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: don't know how to make sample_support_sparc64.c BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \ |