pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libexecinfo Allow using builtin libexecinfo on F...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc2d8f7a4d18
branches: trunk
changeset: 632327:fc2d8f7a4d18
user: asau <asau%pkgsrc.org@localhost>
date: Mon Mar 24 20:36:47 2014 +0000
description:
Allow using builtin libexecinfo on FreeBSD:
FreeBSD has started using NetBSD's libexecinfo since version 10.
diffstat:
devel/libexecinfo/builtin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6cdd66245ea1 -r fc2d8f7a4d18 devel/libexecinfo/builtin.mk
--- a/devel/libexecinfo/builtin.mk Mon Mar 24 20:29:01 2014 +0000
+++ b/devel/libexecinfo/builtin.mk Mon Mar 24 20:36:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2013/11/23 11:29:35 obache Exp $
+# $NetBSD: builtin.mk,v 1.3 2014/03/24 20:36:47 asau Exp $
BUILTIN_PKG:= libexecinfo
@@ -56,7 +56,7 @@
. if !empty(USE_BUILTIN.libexecinfo:M[nN][oO])
_BLTN_LIBEXECINFO= -lexecinfo
. else
-. if exists(/usr/include/execinfo.h) && (${OPSYS} == "NetBSD")
+. if exists(/usr/include/execinfo.h) && (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD")
_BLTN_LIBEXECINFO= -lexecinfo
. else
_BLTN_LIBEXECINFO= # empty
Home |
Main Index |
Thread Index |
Old Index