diff options
Diffstat (limited to 'dev-python/pyfltk/files/fltk_wrap.patch')
-rw-r--r-- | dev-python/pyfltk/files/fltk_wrap.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pyfltk/files/fltk_wrap.patch b/dev-python/pyfltk/files/fltk_wrap.patch index 5a3904e697ac..e0c7ba3a4133 100644 --- a/dev-python/pyfltk/files/fltk_wrap.patch +++ b/dev-python/pyfltk/files/fltk_wrap.patch @@ -1,6 +1,5 @@ -diff -ur pyFltk-1.3.3.orig/python/fltk_wrap.cpp pyFltk-1.3.3/python/fltk_wrap.cpp ---- python/fltk_wrap.cpp 2015-01-03 18:31:21.000000000 +0800 -+++ python/fltk_wrap.cpp 2015-06-23 22:26:23.453212512 +0800 +--- a/python/fltk_wrap.cpp ++++ b/python/fltk_wrap.cpp @@ -144,7 +144,9 @@ # define _SCL_SECURE_NO_DEPRECATE #endif |