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

15 lines
247 B

--- a/python/fltk_wrap.cpp
+++ b/python/fltk_wrap.cpp
@@ -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>