summaryrefslogtreecommitdiff
path: root/cross/i386-cygwin32
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-30 19:04:24 +0000
committerfredb <fredb@pkgsrc.org>2000-09-30 19:04:24 +0000
commitb24ade536b9174459141e9c5f660163ef878c5a9 (patch)
tree7406ea56ae6cef5f81e97ad255062b852fa4a3fc /cross/i386-cygwin32
parentaa67136ab002a5e7804adc62693ee0dff35d7579 (diff)
downloadpkgsrc-b24ade536b9174459141e9c5f660163ef878c5a9.tar.gz
Move this into .../COMMON/patches-egcs/, where it belongs.
Diffstat (limited to 'cross/i386-cygwin32')
-rw-r--r--cross/i386-cygwin32/files/patch-sum7
-rw-r--r--cross/i386-cygwin32/patches/patch-aa11
2 files changed, 5 insertions, 13 deletions
diff --git a/cross/i386-cygwin32/files/patch-sum b/cross/i386-cygwin32/files/patch-sum
index 2d768fe4e92..8007a112e28 100644
--- a/cross/i386-cygwin32/files/patch-sum
+++ b/cross/i386-cygwin32/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1 2000/05/31 17:54:26 oki Exp $
+$NetBSD: patch-sum,v 1.2 2000/09/30 19:04:25 fredb Exp $
-MD5 (patch-aa) = 9fb345cb6c750d82fde91ae507592750
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/cross/i386-cygwin32/patches/patch-aa b/cross/i386-cygwin32/patches/patch-aa
deleted file mode 100644
index 5a6b3d415d2..00000000000
--- a/cross/i386-cygwin32/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/cpphash.c.orig Thu Jun 1 01:38:11 2000
-+++ gcc/cpphash.c Thu Jun 1 01:54:57 2000
-@@ -88,7 +88,7 @@
- /* Lookups pass no hashcode. #define passes one. Look for no hashcode. */
- if (islookup && !strncmp(name, "unix", len) && !warned_unix) {
- warned_unix++;
-- warning("deprecated symbol \"unix\" is no longer predefined");
-+ cpp_warning(pfile, "deprecated symbol \"unix\" is no longer predefined");
- }
- return (HASHNODE *) 0;
- }