summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-06-19 15:15:38 +0000
committerasau <asau@pkgsrc.org>2014-06-19 15:15:38 +0000
commite7bd31670a8af821cb56a6958f1475f8d667e059 (patch)
treec00ae98846c5491b736d6d02e556e086a6fda0c5 /lang
parentc80073640e8e07a3e896868e877659473b26d520 (diff)
downloadpkgsrc-e7bd31670a8af821cb56a6958f1475f8d667e059.tar.gz
FreeBSD uses NetBSD's libexecinfo.
Diffstat (limited to 'lang')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index f540eca8eeb..fc360e06edf 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2014/05/05 00:48:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.84 2014/06/19 15:15:38 asau Exp $
DISTNAME= smalltalk-3.2.4
PKGREVISION= 19
@@ -47,7 +47,7 @@ REPLACE_FILES.sys-sed= ${REPLACE_SED}
CPPFLAGS+= -DUSE_INTERP_RESULT
# for backtrace
-.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h)
LIBS+= -lexecinfo
.endif