diff options
Diffstat (limited to 'misc/xca/patch.configure')
-rw-r--r-- | misc/xca/patch.configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/xca/patch.configure b/misc/xca/patch.configure deleted file mode 100644 index a00cf030f5..0000000000 --- a/misc/xca/patch.configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |