pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xulrunner Use pkgsrc's libbz2.so on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27b4037cc1c0
branches:  trunk
changeset: 569122:27b4037cc1c0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 09 00:04:08 2010 +0000

description:
Use pkgsrc's libbz2.so on Solaris.
The native one doesn't export BZ2_crc32Table for some reason.

diffstat:

 devel/xulrunner/mozilla-common.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3160d098e409 -r 27b4037cc1c0 devel/xulrunner/mozilla-common.mk
--- a/devel/xulrunner/mozilla-common.mk Fri Jan 08 22:45:58 2010 +0000
+++ b/devel/xulrunner/mozilla-common.mk Sat Jan 09 00:04:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.8 2009/12/04 09:18:14 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.9 2010/01/09 00:04:08 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 1.9.1.
 # 
@@ -67,6 +67,11 @@
 CONFIGURE_ENV+=        ac_cv_thread_keyword=no
 .endif
 
+.if ${OPSYS} == "SunOS"
+# native libbz2.so hides BZ2_crc32Table
+PREFER.bzip2?= pkgsrc
+.endif
+
 .if ${OPSYS} == "Linux"
 .include "../../audio/alsa-lib/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index