forked from Lainports/freebsd-ports
My thanks to Larry Rosenman who did all the heavy lifting on this patch. The existing port relied heavily upon an agressive sed which seems to have adverse affects. Submitted by: ler@lerctr.org PR: 193641 193617 Approved by: mat (mentor)
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)
|