7b34814905
devel/zlib, textproc/libxslt, textproc/libxml2, devel/cppunit, mk/pthread. Patches were defuzzed and updated. Patch added to fix LIBDIR expansion. List of changes since the last version and this one is 2788 lines long. Interested parties can find the ChangeLog in the doc/ directory of the distfile or at: http://sourceforge.net/p/fwbuilder/code/ci/builds/tree/doc/ChangeLog
14 lines
295 B
Text
14 lines
295 B
Text
$NetBSD: patch-ad,v 1.6 2015/03/29 15:28:43 rodent Exp $
|
|
|
|
Use libtool.
|
|
|
|
--- src/tools/tools.pro.orig 2012-03-23 06:10:54.000000000 +0000
|
|
+++ src/tools/tools.pro
|
|
@@ -13,6 +13,7 @@ unix {
|
|
QMAKE_RUN_CC = @true
|
|
QMAKE_RUN_CXX = @true
|
|
QMAKE_LINK = @true
|
|
+ QMAKE_LIBTOOL = @true
|
|
}
|
|
|
|
macx {
|