pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/i386-netbsdpe Conflicts with pth to make sure th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8f78c801937
branches:  trunk
changeset: 460223:b8f78c801937
user:      kent <kent%pkgsrc.org@localhost>
date:      Mon Aug 25 05:47:12 2003 +0000

description:
Conflicts with pth to make sure that libgcc does not
refer /usr/pkg/include/pthread.h

diffstat:

 cross/i386-netbsdpe/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e8fcc65cf6ce -r b8f78c801937 cross/i386-netbsdpe/Makefile
--- a/cross/i386-netbsdpe/Makefile      Mon Aug 25 04:49:13 2003 +0000
+++ b/cross/i386-netbsdpe/Makefile      Mon Aug 25 05:47:12 2003 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index