$OpenBSD: patch-security_manager_ssl_src_Makefile_in,v 1.5 2012/02/20 20:21:43 landry Exp $
--- security/manager/ssl/src/Makefile.in.orig	Wed Jan 11 18:15:01 2012
+++ security/manager/ssl/src/Makefile.in	Sat Jan 14 20:24:15 2012
@@ -115,7 +115,10 @@ CSRCS += md4.c
 
 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
