aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2007-07-03 01:31:26 +0800
committerahze <ahze@FreeBSD.org>2007-07-03 01:31:26 +0800
commit8c956e45aed6882b57e5c9fc6eeaf52e6dca43f2 (patch)
tree48f1b890326322835353f1fafe82ef976fd787e6 /www
parente305aca3a271bdf0d5d03ead02e8cccc875df4cd (diff)
downloadfreebsd-ports-gnome-8c956e45aed6882b57e5c9fc6eeaf52e6dca43f2.tar.gz
freebsd-ports-gnome-8c956e45aed6882b57e5c9fc6eeaf52e6dca43f2.tar.zst
freebsd-ports-gnome-8c956e45aed6882b57e5c9fc6eeaf52e6dca43f2.zip
Update to 0.5
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common
index f20da869bfb3..6f9161e83bfd 100644
--- a/www/mozilla/Makefile.common
+++ b/www/mozilla/Makefile.common
@@ -244,6 +244,12 @@ MOZ_SED_ARGS+= -e's|@CPPFLAGS@|${CPPFLAGS}|g' \
-e 's|%%MOZDIR%%|${PREFIX}/lib/${MOZILLA}|g'
MOZCONFIG_SED?= ${SED} ${MOZ_SED_ARGS}
+.if ${OSVERSION} >= 700000 || exists(/usr/lib/libbz2_p.a)
+LIB_BZ2= -lbz2_p
+.else
+LIB_BZ2= -lbz2
+.endif
+
post-patch: gecko-post-patch gecko-moz-pis-patch
gecko-post-patch: