summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorasau <asau>2014-04-17 21:28:15 +0000
committerasau <asau>2014-04-17 21:28:15 +0000
commitb294237e473ded1a6cc44d5893a775acf53cc93f (patch)
tree1c83f0b1f15fe473fc1b82835a2e64e6d2ee924a /x11
parentff37c499c74874e73382dd506df81dc8bbad3c71 (diff)
downloadpkgsrc-b294237e473ded1a6cc44d5893a775acf53cc93f.tar.gz
Link against libexecinfo on FreeBSD too. Fixes build on FreeBSD 10.
Diffstat (limited to 'x11')
-rw-r--r--x11/wxGTK26/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK26/Makefile b/x11/wxGTK26/Makefile
index 7841f6b1231..86425373732 100644
--- a/x11/wxGTK26/Makefile
+++ b/x11/wxGTK26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/10/10 14:41:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2014/04/17 21:28:15 asau Exp $
#
.include "Makefile.common"
@@ -24,7 +24,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DESTDIR}${DOCDIR}/LICENSE
# for backtrace
-.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h)
LIBS+= -lexecinfo
.endif