diff options
author | mat <mat@FreeBSD.org> | 2017-04-27 20:14:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-27 20:14:40 +0800 |
commit | 8e141cf5ca02719828053cb58df02f75886d7c7e (patch) | |
tree | 085a1c44dfb70509d5338097b00def06b4188c66 | |
parent | 64d057a0680206d86938ee3b0a22a8bd3f5e6e55 (diff) | |
download | freebsd-ports-gnome-8e141cf5ca02719828053cb58df02f75886d7c7e.tar.gz freebsd-ports-gnome-8e141cf5ca02719828053cb58df02f75886d7c7e.tar.zst freebsd-ports-gnome-8e141cf5ca02719828053cb58df02f75886d7c7e.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
-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 |