13 lines
570 B
Text
13 lines
570 B
Text
$NetBSD: patch-al,v 1.1 2005/12/02 22:59:40 joerg Exp $
|
|
|
|
--- config/cf/bsdLib.rules.orig 1999-07-21 12:01:05.000000000 +0000
|
|
+++ config/cf/bsdLib.rules
|
|
@@ -173,7 +173,7 @@ LintLibReferences(varname,libname,libsou
|
|
* InstallSharedLibrary - generate rules to install the shared library.
|
|
* NOTE: file must be executable, hence "INSTBINFLAGS"
|
|
*/
|
|
-#ifndef FreeBSDArchitecture
|
|
+#if !defined(FreeBSDArchitecture) && !defined(__DragonFly__)
|
|
#ifndef InstallSharedLibrary
|
|
#define InstallSharedLibrary(libname,rev,dest) @@\
|
|
install:: Concat(lib,libname.so.rev) @@\
|