svn commit: r439542 - head/devel/ice

Mathieu Arnold mat at FreeBSD.org
Thu Apr 27 12:14:42 UTC 2017


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


More information about the svn-ports-all mailing list