pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libstash



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Mon Sep 25 16:11:54 UTC 2017

Modified Files:
        pkgsrc/devel/libstash: Makefile

Log Message:
libstash: fix build on at least SunOS

Ensure the bsd Makefile is always used.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libstash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libstash/Makefile
diff -u pkgsrc/devel/libstash/Makefile:1.8 pkgsrc/devel/libstash/Makefile:1.9
--- pkgsrc/devel/libstash/Makefile:1.8  Mon Dec 23 11:57:03 2013
+++ pkgsrc/devel/libstash/Makefile      Mon Sep 25 16:11:54 2017
@@ -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"



Home | Main Index | Thread Index | Old Index