aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-26 17:41:11 +0800
committermarcus <marcus@FreeBSD.org>2004-02-26 17:41:11 +0800
commit57014111aa63a12acceea0f84c4f00e7352e45d5 (patch)
treebf30e8de5c40cf64373b74e647096e2455a8894f /www/seamonkey2/Makefile
parent2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03 (diff)
downloadfreebsd-ports-gnome-57014111aa63a12acceea0f84c4f00e7352e45d5.tar.gz
freebsd-ports-gnome-57014111aa63a12acceea0f84c4f00e7352e45d5.tar.zst
freebsd-ports-gnome-57014111aa63a12acceea0f84c4f00e7352e45d5.zip
* Fix a compilation issue on -STABLE [1]
* Correct the path to libfreetype to fix an initialization error in the SVG renderer Reported by: adamw [1]
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r--www/seamonkey2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 0fef9580fd96..d5bad320d02e 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mozilla
PORTVERSION= 1.7.a
-PORTREVISION?= 0
+PORTREVISION?= 1
PORTEPOCH?= 2
CATEGORIES?= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -223,6 +223,8 @@ post-patch:
${WRKSRC}/configure \
${WRKSRC}/intl/uconv/native/nsNativeUConvService.cpp \
${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp
+ @${REINPLACE_CMD} -e 's|libfreetype.so.6|libfreetype.so.9|g' \
+ ${WRKSRC}/modules/libpref/src/init/all.js
@for pcfile in ${PKGCONFIG_FILES}; do \
${REINPLACE_CMD} -e 's|mozilla-xpcom|mozilla-xpcom${MOZ_SUFX}${PKGNAMESUFFIX}|g ; \
s|mozilla-nspr|mozilla-nspr${MOZ_SUFX}${PKGNAMESUFFIX}|g' \