summaryrefslogtreecommitdiff
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
commit36a10917cea67fb819b8ed6af193e4d05126064f (patch)
tree08c487b6ba1d554ad00e59e077f986e7277a7719
parent759f1b015bea0b2dbc520d5d9fb35c36177fe66e (diff)
downloadpkgsrc-36a10917cea67fb819b8ed6af193e4d05126064f.tar.gz
libstash: fix build on at least SunOS
Ensure the bsd Makefile is always used.
-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"