682242959c
17.01.2014 - 1.2.01 - 1.2 as the new stable branch - build fix for clang and for Solaris - fixed broken links in documentation and moved alternate downloads from Dropbox to my ISP 31.03.2013 - 1.2.00 - new version number to support the new "stable" branch 01.12.2012 - 1.1.21.080 - fixed bug that caused a "%s" to be shown instead of the list of files about to be changed
17 lines
429 B
Text
17 lines
429 B
Text
$NetBSD: patch-aa,v 1.7 2014/03/12 12:28:28 wiz Exp $
|
|
|
|
Fix name of boost library for pkgsrc.
|
|
|
|
--- src/src.pro.orig 2014-01-17 13:06:41.000000000 +0000
|
|
+++ src/src.pro
|
|
@@ -164,8 +164,8 @@ ThreadRunner.ui \
|
|
QMAKE_CXXFLAGS_DEBUG += -DGENERATE_TOC_zz
|
|
|
|
LIBS += -lz \
|
|
- -lboost_serialization-mt \
|
|
- -lboost_program_options-mt
|
|
+ -lboost_serialization \
|
|
+ -lboost_program_options
|
|
|
|
|
|
TRANSLATIONS = translations/mp3diags_cs.ts \
|