diff options
author | kent <kent> | 2003-08-25 05:47:12 +0000 |
---|---|---|
committer | kent <kent> | 2003-08-25 05:47:12 +0000 |
commit | da8bcceff50726b5e75536675a748387bd03a8c4 (patch) | |
tree | 11e61b425379b7d2b5eb979a497de3273109b4db /cross | |
parent | 247bdeeb9fe265d3281807063313fb0af5817727 (diff) | |
download | pkgsrc-da8bcceff50726b5e75536675a748387bd03a8c4.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 |