svn commit: r355642 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 28 16:45:56 UTC 2014


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
 


More information about the svn-ports-all mailing list