Index: Makefile =================================================================== --- Makefile (revision 522324) +++ Makefile (working copy) @@ -40,6 +40,10 @@ .include +.if ${ARCH} == powerpc64 +USE_GCC= yes +.endif + .if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MCORE} CONFLICTS+= mldonkey-core-[0.9]* CONFLICTS+= mldonkey-gui-[0.9]*