[mythtv-commits] mythtv/master commit: 5dccbd5f6 by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Fri Mar 2 11:00:46 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-02T02:47:44-08:00
   Push Date:  2012/03/02 03:00:29 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  5dccbd5f6b3019a67ecc69213ee405bba4b30994
   Changeset:  https://github.com/MythTV/mythtv/commit/5dccbd5f6

Log:

Fix mac compilation when Qt Frameworks are in use.

Qt has a special handling for mac frameworks that includes header files. Resetting QMAKE_LIBDIR_QT breaks qmake from generating proper makefile with correct include path.
Fix various other issues such as QMAKE_LFLAGS being never properly set. For the time being limit the change to mac compilation in order to minimise the risk of breaking something else elsewhere.
HD homerun compilation failed due to sig_t being previously defined in sys/signal.h

Modified:

   mythtv/configure
   mythtv/libs/libmythhdhomerun/hdhomerun_os_posix.h
   mythtv/libs/libmythmetadata/libmythmetadata.pro
   mythtv/settings.pro



More information about the mythtv-commits mailing list