diff options
author | swills <swills@FreeBSD.org> | 2015-12-14 00:07:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-12-14 00:07:27 +0800 |
commit | ca2098a7784c981483fe2afe0685e9dfdfa4079e (patch) | |
tree | ed270fb7a7239f122f440cde07679951c279cd01 /astro | |
parent | 8c4fe561432906c72c55714b72f2e7e561e2eb67 (diff) | |
download | freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.tar.gz freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.tar.zst freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.zip |
mark some of the ports that don't build on powerpc64 for me
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index eec43af507e1..5b5648618987 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -77,6 +77,8 @@ PLIST_SUB+= PREFIX=${PREFIX} \ BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \ BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP} +BROKEN_powerpc64= Does not build + # str_replace.h is included in newer versions of net/boinc-client, # but it is not needed on FreeBSD post-patch: |