1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 14:40:32 -04:00
ports/sysutils/bareos16-server/files/patch-src-qt-console-bat.pro.in
Jose Alonso Cardenas Marquez 3bd8555e8a - Copy bareos-* ports to bareso16-*. bareos-* ports will be update to 17.x
- Rename bin/bat to bin/bareos-bat. It avoids a problem with textproc/bat port
- Few other modifications
2018-05-18 05:05:00 +00:00

11 lines
471 B
Prolog

--- src/qt-console/bat.pro.in 2015-07-25 17:11:07.807100000 -0500
+++ src/qt-console/bat.pro.in 2015-07-25 17:11:57.110388000 -0500
@@ -32,7 +32,7 @@
DEPENDPATH += .
INCLUDEPATH += .. ../include .
QMAKE_LIBDIR += ../lib
-LIBS += -lbareoscfg -lbareos
+LIBS += -lbareoscfg -lbareos -lintl
LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)