$OpenBSD: patch-mozilla_security_manager_ssl_src_Makefile_in,v 1.1 2010/04/03 09:43:20 landry Exp $
--- mozilla/security/manager/ssl/src/Makefile.in.orig	Sat Dec  5 02:56:23 2009
+++ mozilla/security/manager/ssl/src/Makefile.in	Sat Jan 16 16:28:49 2010
@@ -134,7 +134,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
