diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-31 01:23:16 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-31 01:23:16 +0000 |
commit | 8babcb102dd7d7ce18ecf35ecfe1a08bcf3cb2f3 (patch) | |
tree | 753eaacf3599ac752245274da5abe7c4eec4056f /databases/cdb/Makefile | |
parent | bd4b6ac1842c546e84a8e71ea3a3aa4fbe08c2b3 (diff) | |
download | pkgsrc-8babcb102dd7d7ce18ecf35ecfe1a08bcf3cb2f3.tar.gz |
Compilation of the tryulong32.c configuration test takes ~forever on
arm/gcc 2.95.3. Add a workaround.
Diffstat (limited to 'databases/cdb/Makefile')
-rw-r--r-- | databases/cdb/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index 120287178c6..b0343f10393 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/09/17 19:40:08 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/31 01:23:16 kristerw Exp $ DISTNAME= cdb-0.75 CATEGORIES= databases @@ -11,10 +11,6 @@ COMMENT= Creates and reads constant databases ALL_TARGET= it INSTALL_TARGET= setup check -.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined -.endif - pre-build: ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld |