From 548bcd069ee21e552bf21771506bb0a782d6de73 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 24 Jun 2010 17:17:09 +0000 Subject: Respect the LOCALBASE in a patch to find sqlite3 correct. PR: ports/146197 Submitted by: Anonymous Feature safe: yes --- security/nss/files/patch-lib_softoken_manifest.mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/nss') diff --git a/security/nss/files/patch-lib_softoken_manifest.mn b/security/nss/files/patch-lib_softoken_manifest.mn index b1e95c2ab88..bb2d21e191f 100644 --- a/security/nss/files/patch-lib_softoken_manifest.mn +++ b/security/nss/files/patch-lib_softoken_manifest.mn @@ -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 \ -- cgit