aboutsummaryrefslogtreecommitdiff
path: root/www/flock/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-15 06:03:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-15 06:03:30 +0000
commit6a6b9d788102948cfbaf51975a1ef1679eefb8bd (patch)
tree0c314d6eeed53ad4edc61e47d8b71b99a8563733 /www/flock/Makefile
parenta2605b3968a7a88e02d840a260fc33a9e6d06bf9 (diff)
downloadports-6a6b9d788102948cfbaf51975a1ef1679eefb8bd.tar.gz
ports-6a6b9d788102948cfbaf51975a1ef1679eefb8bd.zip
* Fix build with upcoming X.Org 6.8.1 [1]
* Temporarily disable CUPS support to fix a crash do to a symbol conflict between OpenSSL and NSS [2] PR: 75045 [2] Submitted by: lesi [1]
Notes
Notes: svn path=/head/; revision=124067
Diffstat (limited to 'www/flock/Makefile')
-rw-r--r--www/flock/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile
index e5c044e9e151..aeecbba11251 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -7,7 +7,7 @@
PORTNAME= firefox
PORTVERSION= 1.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -144,6 +144,8 @@ post-patch:
${WRKSRC}/js/src/Makefile.in
@${REINPLACE_CMD} -e 's|libesd\.so\.\d+|${ESD_LIB}|g' \
${WRKSRC}/widget/src/gtk2/nsSound.cpp
+ @${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.no|g' \
+ ${WRKSRC}/gfx/src/gtk/nsDeviceContextSpecG.cpp
.for ii in modules/libpref/src/init extensions/sroaming/resources/content/prefs \
embedding/minimo
@${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/ ; \