pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fam add a trivial builtin file to check for t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3c79f97465f
branches:  trunk
changeset: 493488:a3c79f97465f
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat May 07 21:20:44 2005 +0000

description:
add a trivial builtin file to check for the existence of fam.h
This should address PR 27264.

diffstat:

 sysutils/fam/builtin.mk |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 5ac766dea2a7 -r a3c79f97465f sysutils/fam/builtin.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/fam/builtin.mk   Sat May 07 21:20:44 2005 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: builtin.mk,v 1.1 2005/05/07 21:20:44 jschauma Exp $
+
+.if !defined(IS_BUILTIN.fam)
+IS_BUILTIN.fam=        no
+.  if exists(/usr/include/fam.h)
+IS_BUILTIN.fam=        yes
+.  endif
+.endif # IS_BUILTIN.fam
+
+USE_BUILTIN.fam?=      ${IS_BUILTIN.fam}



Home | Main Index | Thread Index | Old Index