pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Make IS_BUILTIN.dl work on Interix. Patch provided...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab6708f6663c
branches: trunk
changeset: 486783:ab6708f6663c
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Jan 03 04:57:51 2005 +0000
description:
Make IS_BUILTIN.dl work on Interix. Patch provided by Hiramatsu Yoshifumi
in PR pkg/28836.
diffstat:
mk/dlopen.builtin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 07b18df79922 -r ab6708f6663c mk/dlopen.builtin.mk
--- a/mk/dlopen.builtin.mk Mon Jan 03 03:37:08 2005 +0000
+++ b/mk/dlopen.builtin.mk Mon Jan 03 04:57:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dlopen.builtin.mk,v 1.8 2004/12/23 14:27:04 jlam Exp $
+# $NetBSD: dlopen.builtin.mk,v 1.9 2005/01/03 04:57:51 minskim Exp $
.for _lib_ in dl
. if !defined(_BLNK_LIB_FOUND.${_lib_})
@@ -17,7 +17,7 @@
.if !defined(IS_BUILTIN.dl)
IS_BUILTIN.dl= no
-. if exists(/usr/include/dlfcn.h)
+. if exists(/usr/include/dlfcn.h) || exists(/opt/gcc.3.3/include/dlfcn.h)
IS_BUILTIN.dl= yes
. endif
BUILDLINK_VARS+= IS_BUILTIN.dl
Home |
Main Index |
Thread Index |
Old Index