Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 16:45:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355642 - head/www/nghttp2
Message-ID:  <201405281645.s4SGjtt8054977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 28 16:45:55 2014
New Revision: 355642
URL: http://svnweb.freebsd.org/changeset/ports/355642
QAT: https://qat.redports.org/buildarchive/r355642/

Log:
  - Check OPSYS along with OSVERSION
  
  Suggested by:	marino

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Wed May 28 16:17:41 2014	(r355641)
+++ head/www/nghttp2/Makefile	Wed May 28 16:45:55 2014	(r355642)
@@ -45,7 +45,7 @@ HPACK_LIB_DEPENDS=	libjansson.so:${PORTS
 IGNORE=		nghttp2 requires OpenSSL 1.0.1+
 .endif
 
-.if ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
 CONFIGURE_ARGS+=--with-jemalloc
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281645.s4SGjtt8054977>