pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libstash libstash: fix build on at least SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b60ffbdc6fd
branches: trunk
changeset: 368982:3b60ffbdc6fd
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Mon Sep 25 16:11:54 2017 +0000
description:
libstash: fix build on at least SunOS
Ensure the bsd Makefile is always used.
diffstat:
devel/libstash/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r f9e721d4a6b4 -r 3b60ffbdc6fd devel/libstash/Makefile
--- a/devel/libstash/Makefile Mon Sep 25 14:44:34 2017 +0000
+++ b/devel/libstash/Makefile Mon Sep 25 16:11:54 2017 +0000
@@ -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 @@
CONFIGURE_ARGS+= --without-pthreads
CONFIGURE_ARGS+= --disable-shared
+MAKE_FILE= Makefile.bsd
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index