mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
NOTE: I am unsure of how stable this is. Please proceed with caution. Also coming in: * sysutils/bacula13-client * sysutils/bacula13-docs * net-mgmt/nagios-check_bacula13 Not present yet: sysutils/bacula13-client-static because of unknown build issues.
11 lines
539 B
Prolog
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)
|