Ticket #49041: mysql-56-powerpc-atomic-fix.diff

File mysql-56-powerpc-atomic-fix.diff, 602 bytes (added by ken-cunningham-webuse, 8 years ago)
  • Portfile

    old new  
    106106    configure.cppflags-delete \
    107107                        -I${prefix}/include
    108108
     109platform darwin powerpc {
     110    configure.args-append \
     111                        -DHAVE_IB_GCC_ATOMIC_BUILTINS=0 \
     112                        -DHAVE_IB_GCC_ATOMIC_TEST_AND_SET=0
     113}                       
     114
     115
     116
    109117    post-destroot {
    110118        # proc portdestroot::destroot_finish fails to find and compress our man pages
    111119        # so borrow the compress command and run on our files now.