aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-08-21 21:50:15 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-08-21 21:50:15 +0000
commitc89d32e157ab32c057e46cc81e3eddfaa3fdc2e2 (patch)
tree50ed1090201663dc43706c337410cd7c99e113d7 /x11-toolkits
parent5c713f7a2aff8d1826f0180759dd930e908ccc35 (diff)
downloadports-c89d32e157ab32c057e46cc81e3eddfaa3fdc2e2.tar.gz
ports-c89d32e157ab32c057e46cc81e3eddfaa3fdc2e2.zip
- Remove obsolete patch file. Now it could build without problems
Reported by: erwin
Notes
Notes: svn path=/head/; revision=240057
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gambas2-gb-qt/files/patch-gb.qt-src_x11.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/gambas2-gb-qt/files/patch-gb.qt-src_x11.c b/x11-toolkits/gambas2-gb-qt/files/patch-gb.qt-src_x11.c
deleted file mode 100644
index 52a1855d9ab9..000000000000
--- a/x11-toolkits/gambas2-gb-qt/files/patch-gb.qt-src_x11.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- gb.qt/src/x11.c 2009-03-20 05:47:01.000000000 -0500
-+++ gb.qt/src/x11.c 2009-05-03 14:58:56.000000000 -0500
-@@ -33,6 +33,10 @@
-
- #include "x11.h"
-
-+#if defined (__FreeBSD__)
-+typedef unsigned long ulong;
-+#endif
-+
- #define MAX_WINDOW_PROP 16
-
- PUBLIC Atom X11_atom_net_wm_state;