diff options
Diffstat (limited to 'misc/xca/patch.configure')
-rw-r--r-- | misc/xca/patch.configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/xca/patch.configure b/misc/xca/patch.configure new file mode 100644 index 0000000000..a00cf030f5 --- /dev/null +++ b/misc/xca/patch.configure @@ -0,0 +1,11 @@ +--- configure.orig 2014-03-28 05:27:55.968017610 -0700 ++++ configure 2014-03-28 05:32:52.243020610 -0700 +@@ -189,7 +189,7 @@ + pkg-config QtGui openssl --libs >/dev/null; + then + CF="`pkg-config QtGui openssl --cflags`" +- LIBS="`pkg-config QtGui openssl --libs` -lltdl" ++ LIBS="`pkg-config QtGui openssl --libs` -lltdl ${LIBS}" + else + by_hand=true + fi |