aboutsummaryrefslogtreecommitdiff
path: root/deskutils/helpviewer
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
commitcf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch)
treedecd4ea843a45a8c9335888f3542946d0a804f3a /deskutils/helpviewer
parent434871ff18beb46a362cd1c62c66944e27e2552c (diff)
downloadports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.tar.gz
ports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.zip
- fix build for gnustep-base 1.21.0
Notes
Notes: svn path=/head/; revision=254910
Diffstat (limited to 'deskutils/helpviewer')
-rw-r--r--deskutils/helpviewer/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile
index 32eb4532a8f7..cb121e731566 100644
--- a/deskutils/helpviewer/Makefile
+++ b/deskutils/helpviewer/Makefile
@@ -22,4 +22,12 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+FIXME= HandlerStructureXLP.h TextFormatterXLP.h
+
+post-patch:
+.for i in ${FIXME}
+ ${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
+ ${WRKSRC}/${i}
+.endfor
+
.include <bsd.port.mk>