$OpenBSD: patch-security_manager_ssl_src_Makefile_in,v 1.2 2008/07/05 00:42:31 martynas Exp $
--- security/manager/ssl/src/Makefile.in.orig	Mon Jun 16 01:23:29 2008
+++ security/manager/ssl/src/Makefile.in	Wed Jul  2 18:26:18 2008
@@ -127,7 +127,10 @@ REQUIRES	= nspr \
 
 EXTRA_DEPS = $(NSS_DEP_LIBS)
 
+NSS_LIBDIR = $(shell $(NSS_CONFIG) --libdir)
+
 DEFINES += -DNSS_ENABLE_ECC
+DEFINES += -DNSS_LIBDIR=\"$(NSS_LIBDIR)\"
 
 # Use local includes because they are inserted before INCLUDES
 # so that Mozilla's nss.h is used, not glibc's
