diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2015-02-28 03:20:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:20:14 +0700 |
commit | bbfb45b9d90860c56667824d965f80dd4b4081a9 (patch) | |
tree | 0fb9ea6a0efd11e4685fc2428b94ab43788b7d79 /misc/xca/patch.configure | |
parent | 63dec0b40891462bb85bccd751a93d0d75a4292f (diff) |
misc/xca: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 a00cf030f5929..0000000000000 --- 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 |