Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 15:57:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437930 - head/net-mgmt/seafile-client
Message-ID:  <201704071557.v37FvO82026547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  7 15:57:24 2017
New Revision: 437930
URL: https://svnweb.freebsd.org/changeset/ports/437930

Log:
  - Always accompany OSVERSION check with OPSYS check
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/seafile-client/Makefile

Modified: head/net-mgmt/seafile-client/Makefile
==============================================================================
--- head/net-mgmt/seafile-client/Makefile	Fri Apr  7 15:57:20 2017	(r437929)
+++ head/net-mgmt/seafile-client/Makefile	Fri Apr  7 15:57:24 2017	(r437930)
@@ -47,7 +47,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 # Fix P_KTHREAD r295435
-.if ${OSVERSION} >= 1100097
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100097
 	${REINPLACE_CMD} 's/P_KTHREAD/P_KPROC/' ${WRKSRC}/lib/utils.c
 .endif
 



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