Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2010 05:40:03 GMT
From:      Anonymous <swell.k@gmail.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/146197: [patch] security/nss: respect LOCALBASE for system sqlite3
Message-ID:  <201005230540.o4N5e34A036323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146197; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: bug-followup@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 ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005230540.o4N5e34A036323>