diff options
Diffstat (limited to 'sci-libs/mathgl/files/mathgl-no-cp1251.patch')
-rw-r--r-- | sci-libs/mathgl/files/mathgl-no-cp1251.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/mathgl/files/mathgl-no-cp1251.patch b/sci-libs/mathgl/files/mathgl-no-cp1251.patch deleted file mode 100644 index 089d1890d..000000000 --- a/sci-libs/mathgl/files/mathgl-no-cp1251.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -U2 --recursive mathgl-1.6.2.orig/examples/full_test.cpp mathgl-1.6.2/examples/full_test.cpp ---- mathgl-1.6.2.orig/examples/full_test.cpp 2008-04-04 22:21:20.000000000 +0700 -+++ mathgl-1.6.2/examples/full_test.cpp 2008-05-03 10:57:37.000000000 +0700 -@@ -253,6 +253,6 @@ - int sample_a4(mglGraph *gr, const void *) // font features
- {
-- setlocale(LC_CTYPE, "ru_RU.cp1251");
-- gr->Puts(mglPoint(0,1),"Text can be in english è íà ðóññêîì");
-+ //setlocale(LC_CTYPE, "ru_RU.cp1251");
-+ gr->Puts(mglPoint(0,1),"Text can be in english or russian");
- gr->Puts(mglPoint(0,0.6),"It can be \\wire{wire} and \\big{big}");
- gr->Puts(mglPoint(0,0.2),"One can change style in string: "
|