Ticket #12555: powerpc-preconfigure.diff
File powerpc-preconfigure.diff, 655 bytes (added by cssdev, 17 years ago) |
---|
-
Portfile
20 20 reinplace "s|prefix = /usr/local|prefix = ${destroot}${prefix}|" ${worksrcpath}/Makefile 21 21 } 22 22 23 # For PowerPC, remove the endian conversion since PDBs are big endian.24 23 platform powerpc { 25 reinplace "s|-O2 -D__MAC2PC_CONVERSION__|-O2|" ${worksrcpath}/Makefile 24 # For PowerPC, remove the endian conversion since PDBs are big endian. 25 pre-configure { 26 reinplace "s|-O2 -D__MAC2PC_CONVERSION__|-O2|" ${worksrcpath}/Makefile 27 } 26 28 } 27 29 28 30 destroot.args mandir=${destroot}${prefix}/share/man/man1