summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorobache <obache>2011-02-10 04:28:37 +0000
committerobache <obache>2011-02-10 04:28:37 +0000
commit1308c6915d0c556b21c1eb66c3a872c315f55543 (patch)
tree60513247ebc7b3af11cc65b8c6f279306e92c803 /emulators
parentb505ae1b7ed09252601d00cebf2b791388b8268c (diff)
downloadpkgsrc-1308c6915d0c556b21c1eb66c3a872c315f55543.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