diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-01-06 18:00:46 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-01-06 18:00:46 +0000 |
commit | fda0c8ec76f88fd4a2d6e71fa5e26cb805ba64c5 (patch) | |
tree | ae7fde5f2de563e5561bc562752f7b756f35fa91 /astro | |
parent | e61aa9ff51468dbfd8798b15e25b748e2818d3ad (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/patch-amd64 | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index fdf6598b704c..56c051ed7ea4 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -89,7 +89,7 @@ post-install: .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= Does not compile +#BROKEN= Does not compile .endif .include <bsd.port.post.mk> diff --git a/astro/boinc-setiathome-enhanced/files/patch-amd64 b/astro/boinc-setiathome-enhanced/files/patch-amd64 new file mode 100644 index 000000000000..82643534f984 --- /dev/null +++ b/astro/boinc-setiathome-enhanced/files/patch-amd64 @@ -0,0 +1,9 @@ +--- configure 2007-09-01 04:00:21.000000000 -0400 ++++ configure 2008-01-06 11:24:56.000000000 -0500 +@@ -41958,5 +41958,5 @@ + fi + +- if test -n "`echo ${target} | grep 'x86_64'`"; then ++ if test -n "`echo ${target} | egrep 'x86_64|amd64'`"; then + X86_64_TRUE= + X86_64_FALSE='#' |