ports/146197: [patch] security/nss: respect LOCALBASE for system sqlite3

Anonymous swell.k at gmail.com
Sun May 23 05:40:06 UTC 2010


The following reply was made to PR ports/146197; it has been noted by GNATS.

From: Anonymous <swell.k at gmail.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/146197: [patch] security/nss: respect LOCALBASE for system sqlite3
Date: Sun, 23 May 2010 09:34:14 +0400

 The bug is still there as in nss-3.12.6_2. Just the place moved.
 
 --- a.diff begins here ---
 Index: security/nss/files/patch-lib_softoken_manifest.mn
 ===================================================================
 RCS file: /a/.cvsup/ports/security/nss/files/patch-lib_softoken_manifest.mn,v
 retrieving revision 1.1
 diff -u -p -r1.1 patch-lib_softoken_manifest.mn
 --- security/nss/files/patch-lib_softoken_manifest.mn	20 May 2010 10:01:55 -0000	1.1
 +++ security/nss/files/patch-lib_softoken_manifest.mn	23 May 2010 05:29:47 -0000
 @@ -7,7 +7,7 @@
  -ifdef MOZILLA_CLIENT
  -INCLUDES += -I$(DIST)/include/sqlite3
  -endif
 -+INCLUDES += -I/usr/local/include
 ++INCLUDES += -I$(LOCALBASE)/include
   
   EXPORTS = \
   	secmodt.h \
 --- a.diff ends here ---


More information about the freebsd-gnome mailing list