summaryrefslogtreecommitdiff
path: root/cross/bfd-crunchide
diff options
context:
space:
mode:
authordholland <dholland>2015-12-26 23:07:11 +0000
committerdholland <dholland>2015-12-26 23:07:11 +0000
commit851276f26f529dd82e071e9b8eff7651cb5ef2dc (patch)
tree72d573d704133703c17eedbcf327c310afeab7bf /cross/bfd-crunchide
parentf2a1a5a000eedb3aba40d91ace5ae897973289ca (diff)
downloadpkgsrc-851276f26f529dd82e071e9b8eff7651cb5ef2dc.tar.gz
Set missing USE_BSD_MAKEFILE. Not sure if this is causing the build
failure seen in Joerg's build (or what would be), but it's wrong and should be fixed anyway.
Diffstat (limited to 'cross/bfd-crunchide')
-rw-r--r--cross/bfd-crunchide/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile
index 66429f5bf4b..5241c077d28 100644
--- a/cross/bfd-crunchide/Makefile
+++ b/cross/bfd-crunchide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $
+# $NetBSD: Makefile,v 1.25 2015/12/26 23:07:11 dholland Exp $
DISTNAME= bfd-crunchide-1.2
CATEGORIES= cross
@@ -17,6 +17,7 @@ USE_CROSSBASE= yes
CPPFLAGS+= -I${PREFIX}/include
MAKE_ENV+= LIBS=${BFD_LIBS:Q}
MAKE_ENV+= ${BSD_MAKE_ENV}
+USE_BSD_MAKEFILE=yes
BFD_LIBS= ${PREFIX}/lib/libbfd.a ${PREFIX}/lib/libiberty.a ${PREFIX}/lib/libintl.a