diff options
author | seb <seb@pkgsrc.org> | 2003-11-05 23:03:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-11-05 23:03:54 +0000 |
commit | 6ff6b9f00b0d0dac026545e34e3c1e7d987117f4 (patch) | |
tree | b9f598e8bb76cf0593825303cc85003f9f3673fa /cross | |
parent | ddeeeb7f29d3e8b7c6019bd838f60cbf632898c8 (diff) | |
download | pkgsrc-6ff6b9f00b0d0dac026545e34e3c1e7d987117f4.tar.gz |
Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are not
installed anyway.
XXX it does not build on -current.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-mingw32/Makefile | 3 | ||||
-rw-r--r-- | cross/i386-mingw32/distinfo | 3 | ||||
-rw-r--r-- | cross/i386-mingw32/patches/patch-aa | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index cc7e4f315c8..c38cea3759f 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:27:55 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/11/05 23:03:54 seb Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 3 +WRKSRC= ${WRKDIR} # for the patch target CROSS_DISTFILES= MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mingw.org/ diff --git a/cross/i386-mingw32/distinfo b/cross/i386-mingw32/distinfo index 75c05feb305..fd1bc8206f2 100644 --- a/cross/i386-mingw32/distinfo +++ b/cross/i386-mingw32/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2002/01/22 12:16:20 kent Exp $ +$NetBSD: distinfo,v 1.2 2003/11/05 23:03:54 seb Exp $ SHA1 (binutils-2.11.92-20011113-src.tar.gz) = 3286f3f239fa3e3565225ca6d3a875dbecfbc542 Size (binutils-2.11.92-20011113-src.tar.gz) = 10310634 bytes @@ -8,3 +8,4 @@ SHA1 (mingw-runtime-1.2-src.tar.gz) = 6a1b3937ce2f85e37d8ce5e3b0a411b884d9521d Size (mingw-runtime-1.2-src.tar.gz) = 136354 bytes SHA1 (w32api-1.2-src.tar.gz) = 4862ee2372ea962651a315eba836c2e04cd1fa4c Size (w32api-1.2-src.tar.gz) = 493336 bytes +SHA1 (patch-aa) = 37937b1b8de5eb8c2de3835b4296538bd253796b diff --git a/cross/i386-mingw32/patches/patch-aa b/cross/i386-mingw32/patches/patch-aa new file mode 100644 index 00000000000..b3bdb095782 --- /dev/null +++ b/cross/i386-mingw32/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/11/05 23:03:54 seb Exp $ + +--- gcc-2.95.3-20011106/gcc/Makefile.in.orig Fri Oct 19 08:13:13 2001 ++++ gcc-2.95.3-20011106/gcc/Makefile.in +@@ -839,7 +839,7 @@ all.internal: start.encap rest.encap doc + # Note that we can compile enquire using the cross-compiler just built, + # although we can't run it on this machine. + all.cross: native gcc-cross specs stmp-headers $(STMP_FIXPROTO) $(LIBGCC) \ +- $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc ++ $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross + # This is what to compile if making gcc with a cross-compiler. + all.build: native xgcc$(exeext) cpp$(exeext) $(EXTRA_PARTS) lang.all.build + # This is what must be made before installing GCC and converting libraries. |