diff options
author | hans <hans@pkgsrc.org> | 2011-03-16 17:48:22 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-03-16 17:48:22 +0000 |
commit | b25c79859d0374293768dddc18f00e4ddb441a92 (patch) | |
tree | 97f37461c67b16e9cd9a6309c87a3e7208d5ff18 /lang | |
parent | 5f65d185912a71ceddf8f31da2d0f593582582bb (diff) | |
download | pkgsrc-b25c79859d0374293768dddc18f00e4ddb441a92.tar.gz |
Whats netbsd64macro.dfs and why is it missing?
Uncomment that stuff to make the test target work again.
From Kai-Uwe Eckhardt.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc44/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index b76a4bf962d..becdbfea2ea 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/03/16 17:44:23 hans Exp $ +# $NetBSD: Makefile,v 1.17 2011/03/16 17:48:22 hans Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc44-${GCC_VERSION} @@ -157,9 +157,9 @@ do-build: (${_ULIMIT_CMD} cd ${WRKDIR}/obj && ${SETENV} ${MAKE_ENV} ${GMAKE} -j${MAKE_JOBS:U1:Q} ) do-test: -.if (${MACHINE_GNU_ARCH} == "x86_64") - (cd ${FILESDIR} && ${CP} netbsd64macro.dfs ${WRKSRC}/gcc/testsuite/ada/acats/support/macro.dfs) -.endif +#.if (${MACHINE_GNU_ARCH} == "x86_64") +# (cd ${FILESDIR} && ${CP} netbsd64macro.dfs ${WRKSRC}/gcc/testsuite/ada/acats/support/macro.dfs) +#.endif (cd ${WRKDIR}/obj && ${GMAKE} -k check) do-install: |