diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 08:00:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 08:00:14 +0000 |
commit | 39f234b762ed510a159bd20f3e208c9dbd54ce8a (patch) | |
tree | 5de3e9aa1630e72dd74ca3ad2583f00aa17b37a3 /net-im/licq | |
parent | fd59e8bd1bed585bbb68844f8bfcdd8ca165076c (diff) | |
download | ports-39f234b762ed510a159bd20f3e208c9dbd54ce8a.tar.gz ports-39f234b762ed510a159bd20f3e208c9dbd54ce8a.zip |
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 3 | ||||
-rw-r--r-- | net-im/licq/files/patch-filetransfer.h | 4 | ||||
-rw-r--r-- | net-im/licq/files/patch-main.cpp | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index aa24b2050c5d..68976f9b4996 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: fails to link -USES= cmake iconv -USE_OPENSSL= yes +USES= cmake iconv ssl WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq diff --git a/net-im/licq/files/patch-filetransfer.h b/net-im/licq/files/patch-filetransfer.h index 0962558998d0..d4ff21cc1a58 100644 --- a/net-im/licq/files/patch-filetransfer.h +++ b/net-im/licq/files/patch-filetransfer.h @@ -1,5 +1,5 @@ ---- include/licq/icq/filetransfer.h.orig 2014-06-01 21:16:42.000000000 +0200 -+++ include/licq/icq/filetransfer.h 2014-06-06 15:47:07.000000000 +0200 +--- include/licq/icq/filetransfer.h.orig 2014-06-01 19:16:42 UTC ++++ include/licq/icq/filetransfer.h @@ -73,6 +73,7 @@ * which case the file will be saved as <filename>.<timestamp> *-------------------------------------------------------------------------*/ diff --git a/net-im/licq/files/patch-main.cpp b/net-im/licq/files/patch-main.cpp index e6ca09b4f421..23c673667cf0 100644 --- a/net-im/licq/files/patch-main.cpp +++ b/net-im/licq/files/patch-main.cpp @@ -1,6 +1,6 @@ ---- src/main.cpp.orig Wed Jan 29 13:19:50 2003 -+++ src/main.cpp Wed Jan 29 13:20:13 2003 -@@ -10,7 +10,6 @@ +--- src/main.cpp.orig 2014-06-01 19:16:42 UTC ++++ src/main.cpp +@@ -31,7 +31,6 @@ #ifdef USE_SOCKS5 #define SOCKS |