You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pyfltk/files/fltk_wrap.patch

16 lines
411 B

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
@@ -144,7 +144,9 @@
# define _SCL_SECURE_NO_DEPRECATE
#endif
-
+int _fl_filename_isdir_quick(const char *n) {
+ return 0;
+}
/* Python.h has to appear first */
#include <Python.h>