pkgsrc-WIP-changes archive

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

Since upstream dropped support of Solaris, making sure one won' t try to build it on that platform.



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Thu Oct 1 13:10:29 2015 +0200
Changeset:	c7a5efe4427db87cf46cef30dc1e3d976c1b2a16

Modified Files:
	siege/Makefile

Log Message:
Since upstream dropped support of Solaris,
making sure one won't try to build it on that platform.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7a5efe4427db87cf46cef30dc1e3d976c1b2a16

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

diffstat:
 siege/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/siege/Makefile b/siege/Makefile
index 9257603..c7e7ef9 100644
--- a/siege/Makefile
+++ b/siege/Makefile
@@ -39,6 +39,7 @@ CONFIGURE_ARGS+=	--localstatedir=${VARBASE}/log/
 CONFIGURE_ENV+=		PERL=${PERL5:Q}
 
 INSTALLATION_DIRS+=	${EGDIR} ${DOCDIR}
+NOT_FOR_PLATFORM+=	SunOS-*-*
 
 pre-configure:
 	cd ${WRKSRC} && autoconf


Home | Main Index | Thread Index | Old Index