freebsd-ports/sysutils/bacula11-server/files/patch-src_qt-console_bat.pro.in
Dan Langille b288ebcfaf Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.

see update_bacula_tables

re https://www.bacula.org/bacula-release-11-0-1/

While here, update Bacula 9 conflicts.
2021-02-24 02:33:02 +00:00

11 lines
539 B
Prolog

--- src/qt-console/bat.pro.in.orig 2015-08-13 13:52:24 UTC
+++ src/qt-console/bat.pro.in
@@ -19,7 +19,7 @@ TEMPLATE = app
TARGET = bat
DEPENDPATH += .
INCLUDEPATH += .. . ./console ./restore ./select
-LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@
+LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@ -lintl
LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)