ports/sysutils/bacula11-server/files/patch-src_qt-console_bat.pro.in
Dan Langille 103b3de990 sysutils/bacula11*: revert 'Remove expired bacula11 ports"
I'm a month early.

This reverts commit ea825e27e6.

In order to commit this revert, I had to remove distinfo from
net-mgmt/nagios-check_bacula11 because it did not contain a
timestamp - the file is not required because it is a slave
port.
2024-09-01 11:42:04 +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)