Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 12:14:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439542 - head/devel/ice
Message-ID:  <201704271214.v3RCEej8047671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Apr 27 12:14:40 2017
New Revision: 439542
URL: https://svnweb.freebsd.org/changeset/ports/439542

Log:
  Tries to use IceSSL.so before building it (sometime)
  
    /usr/bin/ld: cannot find -lIceSSL
    c++: error: linker command failed with exit code 1 (use -v to see invocation)
  
  Sponsored by:	Absolight

Modified:
  head/devel/ice/Makefile   (contents, props changed)

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Thu Apr 27 12:14:37 2017	(r439541)
+++ head/devel/ice/Makefile	Thu Apr 27 12:14:40 2017	(r439542)
@@ -14,6 +14,8 @@ LICENSE=		GPLv2
 
 SLAVE_PORT?=		no
 
+MAKE_JOBS_UNSAFE=	yes
+
 .if ${SLAVE_PORT} == "no"
 LIB_DEPENDS=		libexpat.so:textproc/expat2 \
 			libmcpp.so:devel/mcpp



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