aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-12 23:26:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-12 23:26:16 +0000
commit733dddf73d44bb00dd04c3b24aba4ea5a089ae76 (patch)
treed8f2d1603e730fbdfb9f0be525933d4916e0ec31 /editors
parent684271e9667312147403f501ca6e740d0818b41a (diff)
downloadports-733dddf73d44bb00dd04c3b24aba4ea5a089ae76.tar.gz
ports-733dddf73d44bb00dd04c3b24aba4ea5a089ae76.zip
- Delete #include directive including X header by full path under /usr/X11R6
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=262926
Diffstat (limited to 'editors')
-rw-r--r--editors/tea/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index 65b94b9da671..8639aaf629e0 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -35,6 +35,7 @@ QMAKEFLAGS+= USE_ASPELL=false
post-patch:
@${REINPLACE_CMD} -e '/aspell/s,/usr,${LOCALBASE},' ${WRKSRC}/src.pro
+ @${REINPLACE_CMD} -e '/include <.usr.X11R6.include.X11.Xutil.h>/d' ${WRKSRC}/qxtwindowsystem_x11.cpp
do-configure:
@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \