diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-27 12:14:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-27 12:14:40 +0000 |
commit | cf26c568ccf8606b9af9c0688351471112a2bfca (patch) | |
tree | 085a1c44dfb70509d5338097b00def06b4188c66 /devel/ice | |
parent | 9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1 (diff) | |
download | ports-cf26c568ccf8606b9af9c0688351471112a2bfca.tar.gz ports-cf26c568ccf8606b9af9c0688351471112a2bfca.zip |
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
Notes
Notes:
svn path=/head/; revision=439542
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index aa8a5d423a65..af6c7c07d793 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -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 |