source: trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebCore_WebCore.pro.diff @ 96486

Last change on this file since 96486 was 96486, checked in by michaelld@…, 12 years ago

qt4-mac :
+ Corrects detection of corewlan +universal builds.
+ Removes warnings when building on 10.8.
+ also addresses tickets:

  • #35523 : correctly select the "pg_config" for psql variant selected (if any), to allow building as universal;
  • #34934 : correctly use mach timer info to compute time;
  • #34902 : patch Qt QMake build system to allow full compilation on 32-bit systems;
  • #34864 : correct +framework header links; and
  • #34856 : disable ccache for now; try to fix later; it's involved.
File size: 460 bytes
  • src/3rdparty/webkit/Source/WebCore/WebCore.pro

    old new  
    29752975            platform/mac/WebWindowAnimation.mm
    29762976
    29772977        DEFINES+=NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
    2978         contains(CONFIG, "x86") {
     2978        contains(CONFIG, "x86")|contains(CONFIG, "ppc") {
    29792979            DEFINES+=NS_BUILD_32_LIKE_64
    29802980        }
    29812981
Note: See TracBrowser for help on using the repository browser.