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 106 106 configure.cppflags-delete \ 107 107 -I${prefix}/include 108 108 109 platform 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 109 117 post-destroot { 110 118 # proc portdestroot::destroot_finish fails to find and compress our man pages 111 119 # so borrow the compress command and run on our files now.