summaryrefslogtreecommitdiff
path: root/devel/radare2/files/patch-libr_util_Makefile
blob: 63d3a0100556f585acecf08165a703d979cb7732 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libr/util/Makefile.orig	2021-02-13 20:27:05 UTC
+++ libr/util/Makefile
@@ -52,7 +52,7 @@ endif
 endif
 
 # FreeBSD 10.0 ships with backtrace(3) in -lexecinfo
-ifeq (${BUILD_OS},freebsd)
+ifeq (${HOST_OS},freebsd)
 ifneq ($(shell expr "`uname -r`" : '[0-9]\.'), 2)
   LDFLAGS+=-lexecinfo
 endif