From owner-cvs-all@FreeBSD.ORG Thu Apr 29 01:58:18 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7140D106564A; Thu, 29 Apr 2010 01:58:18 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0038FC14; Thu, 29 Apr 2010 01:58:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3T1wIh4019121; Thu, 29 Apr 2010 01:58:18 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3T1wIYA019120; Thu, 29 Apr 2010 01:58:18 GMT (envelope-from mezz) Message-Id: <201004290158.o3T1wIYA019120@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 29 Apr 2010 01:58:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nss Makefile ports/security/nss/files nss-config.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2010 01:58:18 -0000 mezz 2010-04-29 01:58:18 UTC FreeBSD ports repository Modified files: security/nss Makefile security/nss/files nss-config.in Log: Fix the 'nss-config --libs' by remove the '-Wl,-R/usr/local/lib/nss' to allow other gecko applications to be able to build with nss. PR: ports/144994 Submitted by: mi Revision Changes Path 1.51 +1 -0 ports/security/nss/Makefile 1.3 +1 -1 ports/security/nss/files/nss-config.in