diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-22 07:09:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-22 07:09:39 +0000 |
commit | 2b3a8ff531aff548e721208bf50c85397dbe5941 (patch) | |
tree | 045758f7bd6ab7c295f7654cbf91b7f182f96b90 /www | |
parent | Add a missing '!' to the test for the browser_plugins dir. We only want to (diff) |
Fix the build by adding a dependency on Xft.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Rob Lahaye <lahaye@snu.ac.kr>
Notes
Notes:
svn path=/head/; revision=68579
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 5 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 5 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 555e38d6a59e..ad8c0f61a1c4 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + Xft2.2:${PORTSDIR}/x11-fonts/Xft WRKSRC= ${WRKDIR}/${PORTNAME} @@ -111,6 +111,9 @@ BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installi post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/build/unix/run-mozilla.sh + @${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 post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 555e38d6a59e..ad8c0f61a1c4 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + Xft2.2:${PORTSDIR}/x11-fonts/Xft WRKSRC= ${WRKDIR}/${PORTNAME} @@ -111,6 +111,9 @@ BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installi post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/build/unix/run-mozilla.sh + @${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 post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 555e38d6a59e..ad8c0f61a1c4 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + Xft2.2:${PORTSDIR}/x11-fonts/Xft WRKSRC= ${WRKDIR}/${PORTNAME} @@ -111,6 +111,9 @@ BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installi post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/build/unix/run-mozilla.sh + @${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 post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ |