diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:46:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:46:17 +0000 |
commit | 4809e1c1be7e2ba1d50807f1b25c8bf451c8a1aa (patch) | |
tree | 009000930136204b796a3e60f707493d65e730b9 /devel/gdb53-act | |
parent | BROKEN on !i386 and !alpha: Does not compile due to included boehm-gc (diff) |
BROKEN on !i386 and !alpha: Does not compile
Notes
Notes:
svn path=/head/; revision=103152
Diffstat (limited to 'devel/gdb53-act')
-rw-r--r-- | devel/gdb53-act/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/gdb53-act/Makefile b/devel/gdb53-act/Makefile index 12dad4216f9e..bb8212aaefc2 100644 --- a/devel/gdb53-act/Makefile +++ b/devel/gdb53-act/Makefile @@ -28,6 +28,13 @@ DIST_SUBDIR= ${PKGNAME} CVS_CMD?= cvs -z3 -qR CVSROOT= :pserver:anoncvs@libre.act-europe.fr:/anoncvs STAMPFILE= ${DISTDIR}/${DIST_SUBDIR}/.timestamp + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Does not compile on !i386 and !alpha" +.endif + do-fetch: @if [ ! -e ${WRKDIR}/.extract_done ] ; then \ if [ ! -e ${STAMPFILE} ] ; then \ @@ -71,4 +78,4 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/gdbada -.include <bsd.port.mk> +.include <bsd.port.post.mk> |