diff options
Diffstat (limited to 'net/freerdp/files/patch-winpr.pc.in')
-rw-r--r-- | net/freerdp/files/patch-winpr.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
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} |