diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-09-21 21:28:22 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-21 21:28:22 +0100 |
commit | 49b30c458cff3ca117afc938e006fdbd6d4d6c6d (patch) | |
tree | e181bd0210d984e22026d35532229258c2cb77b3 /network/linssid/libdirsuffix.diff | |
parent | 23c2c7989529dbaef1240e9a1966be8138ef6ab2 (diff) | |
download | slackbuilds-49b30c458cff3ca117afc938e006fdbd6d4d6c6d.tar.gz |
network/linssid: Added (Wifi Scanner).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/linssid/libdirsuffix.diff')
-rw-r--r-- | network/linssid/libdirsuffix.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/linssid/libdirsuffix.diff b/network/linssid/libdirsuffix.diff new file mode 100644 index 0000000000..173fa96567 --- /dev/null +++ b/network/linssid/libdirsuffix.diff @@ -0,0 +1,11 @@ +--- linssid-app/linssid-app.pro.orig 2018-06-23 11:01:15.000000000 +1000 ++++ linssid-app/linssid-app.pro 2018-09-18 15:40:36.098399259 +1000 +@@ -22,7 +22,7 @@ + INCLUDEPATH += /usr/include/qt5 + INCLUDEPATH += /usr/include/qwt + LIBS += -lboost_regex +-LIBS += /usr/lib/libqwt-qt5.so.6 ++LIBS += /usr/lib$${LIBDIRSUFFIX}/libqwt-qt5.so.6 + QMAKE_CXXFLAGS += -std=c++11 + # + TARGET = linssid |