pkgsrc/devel/ldapsdk/patches/patch-ae
joerg 644ab6d226 Add DragonFly support. Make the pre-install script a bit more likely
to work on NetBSD platforms by not hard-coding NetBSD.
Use BSD_INSTALL_LIB for shared libraries, better file mods.
2006-01-15 18:10:23 +00:00

15 lines
375 B
Text

$NetBSD: patch-ae,v 1.1 2006/01/15 18:10:23 joerg Exp $
--- nsprpub/pr/include/md/Makefile.orig 2006-01-15 17:53:51.000000000 +0000
+++ nsprpub/pr/include/md/Makefile
@@ -59,6 +59,10 @@ ifeq ($(OS_ARCH),FreeBSD)
MDCPUCFG_H = _freebsd.cfg
endif
+ifeq ($(OS_ARCH),DragonFly)
+MDCPUCFG_H = _freebsd.cfg
+endif
+
ifeq ($(OS_ARCH),OpenBSD)
MDCPUCFG_H = _openbsd.cfg
endif