summaryrefslogtreecommitdiff
path: root/math/graphthing/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/graphthing/files')
-rw-r--r--math/graphthing/files/patch-src_fancyfileselection.cc (renamed from math/graphthing/files/patch-src__fancyfileselection.cc)8
-rw-r--r--math/graphthing/files/patch-src_gt_bison.y (renamed from math/graphthing/files/patch-src-gt-bison.y)8
-rw-r--r--math/graphthing/files/patch-src_lang_bison.y (renamed from math/graphthing/files/patch-src-lang-bison.y)8
3 files changed, 12 insertions, 12 deletions
diff --git a/math/graphthing/files/patch-src__fancyfileselection.cc b/math/graphthing/files/patch-src_fancyfileselection.cc
index 5689f836ddd7..b70508c49c7d 100644
--- a/math/graphthing/files/patch-src__fancyfileselection.cc
+++ b/math/graphthing/files/patch-src_fancyfileselection.cc
@@ -1,6 +1,6 @@
---- src/fancyfileselection.cc.orig 2006-09-11 10:32:12.000000000 +0900
-+++ src/fancyfileselection.cc 2012-02-13 23:12:49.000000000 +0900
-@@ -21,6 +21,10 @@
+--- src/fancyfileselection.cc.orig 2006-09-11 01:32:12 UTC
++++ src/fancyfileselection.cc
+@@ -21,6 +21,10 @@ static struct {
{ "Postscript", ".ps" }
};
@@ -11,7 +11,7 @@
FancyFileSelection::FancyFileSelection (wxWindow *parent, const wxString &title,
long style, bool file_types,
const wxString &mask)
-@@ -30,7 +34,7 @@
+@@ -30,7 +34,7 @@ FancyFileSelection::FancyFileSelection (
style |= wxHIDE_READONLY;
else if (style & wxSAVE)
style |= wxOVERWRITE_PROMPT;
diff --git a/math/graphthing/files/patch-src-gt-bison.y b/math/graphthing/files/patch-src_gt_bison.y
index 550cdfa89f46..b9d2d296a032 100644
--- a/math/graphthing/files/patch-src-gt-bison.y
+++ b/math/graphthing/files/patch-src_gt_bison.y
@@ -1,6 +1,6 @@
---- src/gt-bison.y.orig 2012-02-21 14:11:30.000000000 +0100
-+++ src/gt-bison.y 2012-02-21 14:11:53.000000000 +0100
-@@ -18,7 +18,7 @@
+--- src/gt-bison.y.orig 2006-09-11 01:32:12 UTC
++++ src/gt-bison.y
+@@ -18,7 +18,7 @@ Edge *e;
extern char *yy_gt_text;
@@ -9,7 +9,7 @@
int yy_gt_lex (void);
%}
-@@ -132,7 +132,7 @@
+@@ -132,7 +132,7 @@ edge_property:
%%
diff --git a/math/graphthing/files/patch-src-lang-bison.y b/math/graphthing/files/patch-src_lang_bison.y
index 6a82bc7268b4..59ff245c65d2 100644
--- a/math/graphthing/files/patch-src-lang-bison.y
+++ b/math/graphthing/files/patch-src_lang_bison.y
@@ -1,6 +1,6 @@
---- src/lang-bison.y.orig 2012-02-21 14:12:06.000000000 +0100
-+++ src/lang-bison.y 2012-02-21 14:12:27.000000000 +0100
-@@ -15,7 +15,7 @@
+--- src/lang-bison.y.orig 2006-09-11 01:32:12 UTC
++++ src/lang-bison.y
+@@ -15,7 +15,7 @@ int lang_lineno = 1;
std::stack<PhraseBlock *> pbs;
@@ -9,7 +9,7 @@
int yy_lang_lex (void);
%}
-@@ -121,7 +121,7 @@
+@@ -121,7 +121,7 @@ phrase:
extern char *yy_lang_text;