diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-12 23:26:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-12 23:26:16 +0000 |
commit | 733dddf73d44bb00dd04c3b24aba4ea5a089ae76 (patch) | |
tree | d8f2d1603e730fbdfb9f0be525933d4916e0ec31 /editors/tea | |
parent | 684271e9667312147403f501ca6e740d0818b41a (diff) | |
download | freebsd-ports-733dddf73d44bb00dd04c3b24aba4ea5a089ae76.zip |
- Delete #include directive including X header by full path under /usr/X11R6
Reported by: pointyhat
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 1 |
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} \ |