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
30 lines
587 B
Text
30 lines
587 B
Text
$NetBSD: patch-ac,v 1.6 2015/03/29 15:28:43 rodent Exp $
|
|
|
|
Fix build on Darwin.
|
|
|
|
--- src/res/res.pro.orig 2012-03-23 06:10:54.000000000 +0000
|
|
+++ src/res/res.pro
|
|
@@ -17,6 +17,7 @@ win32 {
|
|
QMAKE_RUN_CC = @echo > /dev/null
|
|
QMAKE_RUN_CXX = @echo > /dev/null
|
|
QMAKE_LINK = @echo > /dev/null
|
|
+ QMAKE_LIBTOOL = @echo > /dev/null
|
|
}
|
|
|
|
TARGET = res
|
|
@@ -40,7 +41,6 @@ INSTALLS += res_help_en_US
|
|
INSTALLS += res_configlets
|
|
|
|
unix {
|
|
-!macx {
|
|
res_desktop.files = fwbuilder.desktop
|
|
INSTALLS += res_desktop
|
|
|
|
@@ -78,7 +78,6 @@ unix {
|
|
INSTALLS += app_icon_512x512
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
|