summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-10 04:28:37 +0000
committerobache <obache@pkgsrc.org>2011-02-10 04:28:37 +0000
commitbe487d0f1d39f4195430fad9b9b95295c2502913 (patch)
tree60513247ebc7b3af11cc65b8c6f279306e92c803 /emulators
parentcb0a946f64c908a48890492c4c036ea7a93a2074 (diff)
downloadpkgsrc-be487d0f1d39f4195430fad9b9b95295c2502913.tar.gz
remove obsolete patch since last update.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/spim/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/spim/patches/patch-ae b/emulators/spim/patches/patch-ae
deleted file mode 100644
index 673bb0f3cc6..00000000000
--- a/emulators/spim/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2009/03/22 19:55:42 markd Exp $
-
---- CPU/scanner.l.orig 2006-08-29 14:23:17.000000000 +1200
-+++ CPU/scanner.l
-@@ -309,7 +309,7 @@ initialize_scanner (FILE *in_file)
- yyin = in_file;
- #ifdef FLEX_SCANNER
- yyrestart(in_file);
--#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION==33)
-+#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION>=33)
- /* flex 2.5.33 flips the polarity of this flag (sigh) */
- yy_init = 0;
- #else