$OpenBSD: patch-mozilla_security_manager_ssl_src_Makefile_in,v 1.3 2012/01/11 01:19:43 nigel Exp $
--- mozilla/security/manager/ssl/src/Makefile.in.orig	Thu Dec 15 01:22:55 2011
+++ mozilla/security/manager/ssl/src/Makefile.in	Mon Dec 19 22:30:27 2011
@@ -114,7 +114,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
