pkgsrc/devel/xulrunner/patches/patch-mn
tnn 9372577180 Update to firefox-4.0.
Firefox 4 is based on the Gecko 2.0 Web platform. This release features
JavaScript execution speeds up to six times faster than the previous
version, new capabilities for Web Developers and Add-on Developers such as
hardware accelerated graphics and HTML5 technologies, and a completely
revised user interface.
2011-04-26 14:16:36 +00:00

15 lines
478 B
Text

$NetBSD: patch-mn,v 1.4 2011/04/26 14:16:37 tnn Exp $
Make sure we link correctly with sqlite3 from pkgsrc.
--- security/nss/lib/softoken/config.mk.orig 2010-07-21 00:52:46.000000000 +0000
+++ security/nss/lib/softoken/config.mk
@@ -80,7 +80,7 @@ else
# $(EXTRA_SHARED_LIBS) come before $(OS_LIBS), except on AIX.
EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
- -l$(SQLITE_LIB_NAME) \
+ `pkg-config --libs sqlite3` \
-L$(NSSUTIL_LIB_DIR) \
-lnssutil3 \
-L$(NSPR_LIB_DIR) \