summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2017-09-25 16:11:54 +0000
committerwiedi <wiedi@pkgsrc.org>2017-09-25 16:11:54 +0000
commit0c4e72c79f480fa4a37a25df1568351ec3a0bee0 (patch)
treec55fbcbe476b066531a7514c4b984a31ed1187ba /devel
parentb9aa99a32fa67654aa067b8a51b029cb04b0b05d (diff)
downloadpkgsrc-0c4e72c79f480fa4a37a25df1568351ec3a0bee0.tar.gz
libstash: fix build on at least SunOS
Ensure the bsd Makefile is always used.
Diffstat (limited to 'devel')
-rw-r--r--devel/libstash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libstash/Makefile b/devel/libstash/Makefile
index 48dbd6b7b32..75e01ab6d16 100644
--- a/devel/libstash/Makefile
+++ b/devel/libstash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/12/23 11:57:03 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/25 16:11:54 wiedi Exp $
DISTNAME= libstash_s19990912a
PKGNAME= libstash-19990912
@@ -13,4 +13,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-pthreads
CONFIGURE_ARGS+= --disable-shared
+MAKE_FILE= Makefile.bsd
+
.include "../../mk/bsd.pkg.mk"