aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xaralx
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2007-02-13 17:27:11 +0800
committervd <vd@FreeBSD.org>2007-02-13 17:27:11 +0800
commit8a3a8766015a4a9a6ab14373a651e5c16b1a08c4 (patch)
treeae0f0d1118effca8b6450795afe4a014d8e17ef6 /graphics/xaralx
parent326f40ef8e6f6cc928bd4249448725657c062a8b (diff)
downloadfreebsd-ports-graphics-8a3a8766015a4a9a6ab14373a651e5c16b1a08c4.tar.gz
freebsd-ports-graphics-8a3a8766015a4a9a6ab14373a651e5c16b1a08c4.tar.zst
freebsd-ports-graphics-8a3a8766015a4a9a6ab14373a651e5c16b1a08c4.zip
Fix graphics/xaralx compilation with gcc 4.1
graphics/xaralx-devel does not need this fix, thus we modify it not to use all its masterport patches. Reported by: kris
Diffstat (limited to 'graphics/xaralx')
-rw-r--r--graphics/xaralx/files/patch-Kernel_cxftree.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xaralx/files/patch-Kernel_cxftree.h b/graphics/xaralx/files/patch-Kernel_cxftree.h
new file mode 100644
index 00000000000..ce8abcd930c
--- /dev/null
+++ b/graphics/xaralx/files/patch-Kernel_cxftree.h
@@ -0,0 +1,11 @@
+--- Kernel/cxftree.h.orig Tue Feb 13 10:21:18 2007
++++ Kernel/cxftree.h Tue Feb 13 10:21:40 2007
+@@ -287,7 +287,7 @@
+
+ INT32 AddDisplayNode(CXFNode* pNode,INT32 Index,INT32 Depth,BOOL ExpandAll);
+ void ShowNodeDebugInfoForNode(CXFNode *pNode);
+- CXaraFileRecordHandler* CXFTreeDlg::FindHandler(UINT32 Tag);
++ CXaraFileRecordHandler* FindHandler(UINT32 Tag);
+ void GetTagText(CXFNode* pNode,String_256& Str);
+
+ CXFNode* pRoot;