summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-03-24 20:36:47 +0000
committerasau <asau@pkgsrc.org>2014-03-24 20:36:47 +0000
commit7495dc3cd9b4154e1c5de861e6753445863dd825 (patch)
tree46fb033055bc45a9893216157d2efab315ef03a5 /devel
parentfc07e3ed5050af18ce170ecb5c303aac2acbc55a (diff)
downloadpkgsrc-7495dc3cd9b4154e1c5de861e6753445863dd825.tar.gz
Allow using builtin libexecinfo on FreeBSD:
FreeBSD has started using NetBSD's libexecinfo since version 10.
Diffstat (limited to 'devel')
-rw-r--r--devel/libexecinfo/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libexecinfo/builtin.mk b/devel/libexecinfo/builtin.mk
index fe884cf2c8a..9bbaa06cfa4 100644
--- a/devel/libexecinfo/builtin.mk
+++ b/devel/libexecinfo/builtin.mk
@@ -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 @@ CHECK_BUILTIN.libexecinfo?= no
. 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