diff options
author | pav <pav@FreeBSD.org> | 2004-10-21 21:05:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-21 21:05:46 +0800 |
commit | 0956d12d2c6dc7588c79153f074497f6c7de086a (patch) | |
tree | c81cadc1de3b2a44613e0e767f958c8fe6ddf521 /net | |
parent | c91de44b563cfca78046a60db47419ed2fc2f814 (diff) | |
download | freebsd-ports-gnome-0956d12d2c6dc7588c79153f074497f6c7de086a.tar.gz freebsd-ports-gnome-0956d12d2c6dc7588c79153f074497f6c7de086a.tar.zst freebsd-ports-gnome-0956d12d2c6dc7588c79153f074497f6c7de086a.zip |
- Mark BROKEN: does not compile on 64-bit architectures
Reported by: few
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index cdc6d7bca044..6641b0377db2 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -32,6 +32,12 @@ BOINC_GROUP= nobody BOINC_HOME= /var/db/boinc BOINC_DATADIR= ${PREFIX}/boinc +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= Does not compile on 64-bit architectures +.endif + post-patch: ${CHMOD} +x ${WRKDIR}/boinc_public/configure @@ -94,4 +100,4 @@ post-install: ${TMPPLIST} @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |