summaryrefslogtreecommitdiff
path: root/sysutils/bacula/patches/patch-src_qt-console_bat.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula/patches/patch-src_qt-console_bat.pro.in')
-rw-r--r--sysutils/bacula/patches/patch-src_qt-console_bat.pro.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/bacula/patches/patch-src_qt-console_bat.pro.in b/sysutils/bacula/patches/patch-src_qt-console_bat.pro.in
new file mode 100644
index 00000000000..1e6e8dba8c5
--- /dev/null
+++ b/sysutils/bacula/patches/patch-src_qt-console_bat.pro.in
@@ -0,0 +1,27 @@
+$NetBSD: patch-src_qt-console_bat.pro.in,v 1.1 2012/10/06 17:54:53 christos Exp $
+
+- comment out the confs paths and command
+- use just the compiler not libtool for QMAKE_LINK
+
+--- src/qt-console/bat.pro.in.orig 2012-09-13 04:51:19.000000000 -0400
++++ src/qt-console/bat.pro.in 2012-10-05 11:17:23.000000000 -0400
+@@ -10,8 +10,8 @@
+
+ bins.path = /$(DESTDIR)@sbindir@
+ bins.files = bat
+-confs.path = /$(DESTDIR)@sysconfdir@
+-confs.commands = ./install_conf_file
++#confs.path = /$(DESTDIR)@sysconfdir@
++#confs.commands = ./install_conf_file
+ help.path = /$(DESTDIR)@docdir@
+ help.files = help/*.html images/status.png images/mail-message-new.png
+
+@@ -22,7 +22,7 @@
+ LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@
+ LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
+ LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
+-QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)
++QMAKE_LINK = $(CXX)
+ QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m @SBINPERM@ -p
+ QMAKE_CLEAN += .libs/* bat
+