summaryrefslogtreecommitdiff
path: root/www/mozilla-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 20:08:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 20:08:21 +0000
commit5e2a2cdadac51e67bf2253cf5eb287db9758ba7c (patch)
tree2863acacf46ddbf9f1a06a003b7a289cba4b33dd /www/mozilla-devel
parentUpdate to 20030121. It now depends on REXML instead of NQXML and (diff)
Replace one more occurrance of Xft.h.
Submitted by: Jos Backus <jos@catnook.com>
Notes
Notes: svn path=/head/; revision=73810
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r--www/mozilla-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 99b56fd92b79..3c4c7be35c71 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -172,7 +172,8 @@ post-patch:
.if !defined(WITHOUT_XFT)
@${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \
${WRKSRC}/gfx/src/gtk/nsDrawingSurfaceGTK.cpp \
- ${WRKSRC}/gfx/src/gtk/nsFontMetricsXft.h
+ ${WRKSRC}/gfx/src/gtk/nsFontMetricsXft.h \
+ ${WRKSRC}/gfx/src/gtk/nsDeviceContextGTK.cpp
.endif
@${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \
-e 's|%%HEADERS_SUFX%%|-devel|g' \