1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Exclude libssl from .pc. We don't provide libssl.pc for openssl in

base.  Without this, net/vinagre fails to configure.
This commit is contained in:
Hajimu UMEMOTO 2015-05-25 17:22:38 +00:00
parent 593da27d29
commit 065e6449d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387391
3 changed files with 27 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= freerdp
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= net comms ipv6
MAINTAINER= ports@FreeBSD.org

View File

@ -0,0 +1,13 @@
Index: freerdp.pc.in
diff -u freerdp.pc.in.orig freerdp.pc.in
--- freerdp.pc.in.orig 2014-09-12 07:46:32.000000000 +0900
+++ freerdp.pc.in 2015-05-26 02:05:37.874925433 +0900
@@ -9,7 +9,7 @@
URL: http://www.freerdp.com/
Version: @FREERDP_VERSION_FULL@
Requires:
-Requires.private: winpr zlib libssl
+Requires.private: winpr zlib
Libs: -L${libdir} ${libs}
Libs.private: -ldl -lpthread
Cflags: -I${includedir}

View File

@ -0,0 +1,13 @@
Index: winpr.pc.in
diff -u winpr.pc.in.orig winpr.pc.in
--- winpr.pc.in.orig 2014-09-12 07:46:32.000000000 +0900
+++ winpr.pc.in 2015-05-26 02:05:59.353925013 +0900
@@ -9,7 +9,7 @@
URL: http://www.freerdp.com/
Version: @WINPR_VERSION_FULL@
Requires:
-Requires.private: zlib libssl
+Requires.private: zlib
Libs: -L${libdir} ${libs}
Libs.private: -ldl -lrt -lm -lpthread
Cflags: -I${includedir}