1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Vasil Dimov 2007-02-13 09:27:11 +00:00
parent 2e78cdf164
commit 639cdade05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185085
2 changed files with 13 additions and 0 deletions

View File

@ -15,5 +15,7 @@ COMMENT= Top-tier vector/general purpose graphics program (development version)
MASTERDIR= ${.CURDIR}/../xaralx
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
PATCHDIR= ${.CURDIR}/files
EXTRA_PATCHES= ${MASTERDIR}/files/patch-configure.in
.include "${MASTERDIR}/Makefile"

View File

@ -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;