1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/chinese/qterm/files/patch-qterm-main.cpp
Cheng-Lung Sung 39761517a6 - upgrade from 0.4.0-pre2 to 0.4.0-release
- pass maintainership

PR:		ports/100918
Submitted by:	maintainer (Yuan Jue)
Approved by:	maintainer (gavin_AT_FreeBSDChina dot org)
2006-08-01 12:19:05 +00:00

19 lines
352 B
C++

--- qterm/main.cpp.orig Mon Jul 10 15:36:13 2006
+++ qterm/main.cpp Thu Jul 27 17:55:53 2006
@@ -16,6 +16,15 @@
#ifdef HAVE_PYTHON
#include <Python.h>
#endif
+
+#undef isalnum
+#undef isalpha
+#undef islower
+#undef isspace
+#undef isupper
+#undef tolower
+#undef toupper
+
#include <qpixmap.h>
#include <qstringlist.h>
#include <qapplication.h>