summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorkent <kent>2002-10-16 05:11:00 +0000
committerkent <kent>2002-10-16 05:11:00 +0000
commit836e19094863c380ae4ae0f50b9d0980c18bd6fb (patch)
treecf7fcfb1d0f62d58f0fdbc23a81a17fd7f618922 /cross
parent945e5b9e6ae588bb0184e60a38a7670aa715f01b (diff)
downloadpkgsrc-836e19094863c380ae4ae0f50b9d0980c18bd6fb.tar.gz
Fix build error when devel/autoheader is not installed.
Diffstat (limited to 'cross')
-rw-r--r--cross/i386-netbsdpe/distinfo4
-rw-r--r--cross/i386-netbsdpe/patches/patch-ma15
2 files changed, 14 insertions, 5 deletions
diff --git a/cross/i386-netbsdpe/distinfo b/cross/i386-netbsdpe/distinfo
index 70e7573d3e1..821b9628506 100644
--- a/cross/i386-netbsdpe/distinfo
+++ b/cross/i386-netbsdpe/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/08/21 12:42:44 kent Exp $
+$NetBSD: distinfo,v 1.6 2002/10/16 05:11:00 kent Exp $
SHA1 (gcc-2.95.2-x86-win32-patches.tar.gz) = 8018d7a1c32211fc7a2f413cd49c422f7ccfd2ec
Size (gcc-2.95.2-x86-win32-patches.tar.gz) = 217965 bytes
@@ -18,5 +18,5 @@ SHA1 (patch-co) = 8a6ca102d76ebda1dc4edf5d65da2a5d4cedb183
SHA1 (patch-cp) = f94a5dfdb13cf00cc06854617defa56e8370d3b8
SHA1 (patch-cq) = f897fef519f7966de094d25954073b9a2a793891
SHA1 (patch-de) = 8618f7e14bc76cb0d45ebe52bbd8f71b5e64bb2a
-SHA1 (patch-ma) = 4cd59064a5bb813d7ecf560d5038f7ba1a67b733
+SHA1 (patch-ma) = 0af3fc37c168673daada463aca9c052f756a3c4f
SHA1 (patch-pe) = 4875256eed89dcb9b635c97c70cbdfce49ddd1b9
diff --git a/cross/i386-netbsdpe/patches/patch-ma b/cross/i386-netbsdpe/patches/patch-ma
index 21d5d341ffe..ab0ffc952ba 100644
--- a/cross/i386-netbsdpe/patches/patch-ma
+++ b/cross/i386-netbsdpe/patches/patch-ma
@@ -1,8 +1,8 @@
-$NetBSD: patch-ma,v 1.1 2001/01/30 03:09:01 minoura Exp $
+$NetBSD: patch-ma,v 1.2 2002/10/16 05:11:01 kent Exp $
---- gcc/Makefile.in.pre-patch Tue Jan 16 21:47:24 2001
+--- gcc/Makefile.in.orig Wed Oct 16 14:02:49 2002
+++ gcc/Makefile.in
-@@ -276,7 +276,8 @@
+@@ -276,7 +276,8 @@ unlibsubdir = ../../..
# Directory in which to find other cross-compilation tools and headers.
dollar = @dollar@
# Used in install-cross.
@@ -12,3 +12,12 @@ $NetBSD: patch-ma,v 1.1 2001/01/30 03:09:01 minoura Exp $
# Since tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
build_tooldir = $(exec_prefix)/$(target_alias)
# Directory in which the compiler finds g++ includes.
+@@ -815,7 +816,7 @@ $(srcdir)/configure: $(srcdir)/configure
+ # ??? Newer versions have a maintainer mode that may be useful here.
+ $(srcdir)/config.in: $(srcdir)/cstamp-h.in
+ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
+- cd $(srcdir) && autoheader
++ cd $(srcdir) && $(AUTOHEADER)
+ @rm -f $(srcdir)/cstamp-h.in
+ echo timestamp > $(srcdir)/cstamp-h.in
+ auto-host.h: cstamp-h ; @true