diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-05-25 17:22:38 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-05-25 17:22:38 +0000 |
commit | 065e6449d4508c885a09666263d9149a286014a6 (patch) | |
tree | b9fcf55ceb4e889961dc4f1f2e98e4478d210c4a /net/freerdp | |
parent | 593da27d2998d8927d4c121dc952c736520b2417 (diff) | |
download | ports-065e6449d4508c885a09666263d9149a286014a6.tar.gz ports-065e6449d4508c885a09666263d9149a286014a6.zip |
Exclude libssl from .pc. We don't provide libssl.pc for openssl in
base. Without this, net/vinagre fails to configure.
Notes
Notes:
svn path=/head/; revision=387391
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 1 | ||||
-rw-r--r-- | net/freerdp/files/patch-freerdp.pc.in | 13 | ||||
-rw-r--r-- | net/freerdp/files/patch-winpr.pc.in | 13 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index cc7e7d9554d2..e47b6a3f847c 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -3,6 +3,7 @@ PORTNAME= freerdp PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net comms ipv6 MAINTAINER= ports@FreeBSD.org diff --git a/net/freerdp/files/patch-freerdp.pc.in b/net/freerdp/files/patch-freerdp.pc.in new file mode 100644 index 000000000000..c7a3c1541873 --- /dev/null +++ b/net/freerdp/files/patch-freerdp.pc.in @@ -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} diff --git a/net/freerdp/files/patch-winpr.pc.in b/net/freerdp/files/patch-winpr.pc.in new file mode 100644 index 000000000000..49b3615cd340 --- /dev/null +++ b/net/freerdp/files/patch-winpr.pc.in @@ -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} |