diff options
author | erwin <erwin@FreeBSD.org> | 2010-06-02 01:56:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-06-02 01:56:38 +0800 |
commit | 241b63fe132f16bfa0bfc2db0f710ca31654c44d (patch) | |
tree | 8cd477403981a09ebdc653ae34c8c27d7a74adb1 | |
parent | c47c1e285c1e05d57cefcc992f7e2144889c38fa (diff) | |
download | freebsd-ports-gnome-241b63fe132f16bfa0bfc2db0f710ca31654c44d.tar.gz freebsd-ports-gnome-241b63fe132f16bfa0bfc2db0f710ca31654c44d.tar.zst freebsd-ports-gnome-241b63fe132f16bfa0bfc2db0f710ca31654c44d.zip |
Mark BROKEN on i386: does not package
-rw-r--r-- | devel/libunwind/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index a02f17719c24..f28e91ef07cf 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -57,6 +57,8 @@ MAN3= _U_dyn_cancel.3 \ .if ${OSVERSION} < 701100 || (${OSVERSION} > 800000 && ${OSVERSION} < 800053) IGNORE= your FreeBSD version is not supported +.elif ${ARCH} == i386 +BROKEN= does not build .endif # |