Changeset 98361


Ignore:
Timestamp:
Oct 3, 2012, 2:51:05 PM (12 years ago)
Author:
pixilla@…
Message:

multimedia/mythtv-core.25:

  • Apple-gcc-4.2 produces runtime errors so blacklist it.
  • Add patches to fix PPC builds. Closes #36141
Location:
trunk/dports/multimedia/mythtv-core.25
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/mythtv-core.25/Portfile

    r98290 r98361  
    7777patchfiles          patch-bindings-python-mythtv-utility.diff \
    7878                    patch-greedyh.asm.diff \
    79                     patch-util-osx-objC.diff
     79                    patch-util-osx-objC.diff \
     80                    patch-mythtv-libs-libmythtv-NuppelVideoRecorder.cpp.diff \
     81                    patch-mythtv-libs-libmythtv-avformatwriter.cpp.diff
    8082
    8183# See https://trac.macports.org/ticket/35934
    8284compiler.blacklist  llvm-gcc-4.2 macports-llvm-gcc-4.2 macports-clang-3.1 \
    83                     dragonegg-3.0 dragonegg-3.1
     85                    dragonegg-3.0 dragonegg-3.1 apple-gcc-4.2
    8486compiler.fallback-append macports-clang-3.0
    8587
     
    9496    depends_build-append port:macports-clang-3.0
    9597    depends_skip_archcheck-append macports-clang-3.0
    96 }
    97 
    98 if {${configure.compiler} == "apple-gcc-4.2"} {
    99     depends_build-append port:apple-gcc42
    100     depends_skip_archcheck-append apple-gcc42
    10198}
    10299
Note: See TracChangeset for help on using the changeset viewer.