diff options
author | kent <kent@pkgsrc.org> | 2003-08-25 05:47:12 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2003-08-25 05:47:12 +0000 |
commit | 341876d31cf2be39ababdacb63946b2d21d4231d (patch) | |
tree | 11e61b425379b7d2b5eb979a497de3273109b4db /cross | |
parent | 6466cc8da5ba914deef8153e70def4f681605e35 (diff) | |
download | pkgsrc-341876d31cf2be39ababdacb63946b2d21d4231d.tar.gz |
Conflicts with pth to make sure that libgcc does not
refer /usr/pkg/include/pthread.h
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-netbsdpe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index 55a6426f9bf..66aeb9abf11 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/04/27 13:50:09 kent Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/25 05:47:12 kent Exp $ DISTVERSION= 1.4.0 CROSS_DISTFILES= # none @@ -22,6 +22,7 @@ GCC_CXX= yes TARGET_ARCH= i386-netbsdpe GCC_CONFIGURE_ARGS+= --enable-threads +CONFLICTS= pth-[0-9]* pth-current-[0-9]* pth-syscall-[0-9]* BINUTILS_EXTRAS= dlltool dllwrap windres |