tags 600692 + patch
thanks

Attached is the patch that I just applied to the Ubuntu package.

Description: Fix FTBFS due to indirect linking.
Author: Felix Geyer <[email protected]>
Bug-Debian: http://bugs.debian.org/600692

--- tiled-qt-0.5.1.orig/src/tiled/tiled.pro
+++ tiled-qt-0.5.1/src/tiled/tiled.pro
@@ -186,9 +186,9 @@ FORMS += aboutdialog.ui \
     offsetmapdialog.ui \
     objectpropertiesdialog.ui
 RESOURCES += tiled.qrc
+LIBS += -lz
 mac {
     TARGET = Tiled
-    LIBS += -lz
     QMAKE_INFO_PLIST = Info.plist
     ICON = images/tiled-icon-mac.icns
 }

Reply via email to