[BACK]Return to dlopen.builtin.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mk/dlopen.builtin.mk between version 1.8 and 1.9

version 1.8, 2004/12/23 14:27:04 version 1.9, 2005/01/03 04:57:51
Line 17  BUILDLINK_VARS+= _BLNK_LIB_FOUND.${_lib_
Line 17  BUILDLINK_VARS+= _BLNK_LIB_FOUND.${_lib_
   
 .if !defined(IS_BUILTIN.dl)  .if !defined(IS_BUILTIN.dl)
 IS_BUILTIN.dl=          no  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  IS_BUILTIN.dl=          yes
 .  endif  .  endif
 BUILDLINK_VARS+=        IS_BUILTIN.dl  BUILDLINK_VARS+=        IS_BUILTIN.dl

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>