summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/gpc/files/gpc-20020410-r1_lang.c.patch')
-rw-r--r--dev-lang/gpc/files/gpc-20020410-r1_lang.c.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/gpc/files/gpc-20020410-r1_lang.c.patch b/dev-lang/gpc/files/gpc-20020410-r1_lang.c.patch
deleted file mode 100644
index f1dfb3abc6fc..000000000000
--- a/dev-lang/gpc/files/gpc-20020410-r1_lang.c.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- lang.c-orig Fri Apr 19 17:36:20 2002
-+++ lang.c Fri Apr 19 17:38:00 2002
-@@ -105,6 +105,9 @@
- if (BYTES_BIG_ENDIAN)
- fputs ("--big-endian\n", stderr);
- #endif
-+ while (fgetc (finput) != EOF) ;
-+ //previous line is suggested by Frank Heckenbach;
-+ //it seems to resolve "-pipe" issue
- exit (1);
- }
- #if BYTES_BIG_ENDIAN