22 lines
773 B
Plaintext
22 lines
773 B
Plaintext
$NetBSD: patch-mf,v 1.2 2013/04/09 19:07:04 ryoon Exp $
|
|
|
|
Add DragonFly support.
|
|
Make sure nss libraries have a run path defined.
|
|
|
|
--- security/coreconf/config.mk.orig 2013-03-28 18:08:20.000000000 +0000
|
|
+++ security/coreconf/config.mk
|
|
@@ -31,7 +31,7 @@ endif
|
|
#######################################################################
|
|
|
|
TARGET_OSES = FreeBSD BSD_OS NetBSD OpenUNIX OS2 QNX Darwin BeOS OpenBSD \
|
|
- AIX RISCOS WINNT WIN95 Linux Android
|
|
+ AIX RISCOS WINNT WIN95 Linux Android DragonFly
|
|
|
|
ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET)))
|
|
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
|
|
@@ -175,3 +175,4 @@ endif
|
|
DEFINES += -DUSE_UTIL_DIRECTLY
|
|
USE_UTIL_DIRECTLY = 1
|
|
|
|
+EXTRA_SHARED_LIBS += -Wl,-R${PREFIX}/lib/${MOZILLA_PKG_NAME}
|