> > Builds on amd64, i386, sparc64.
>
> As Bernd learned the hard way, this port triggers an amazing 11
> ICEs (instances of internal compiler error) on alpha, unless compiled
> without optimization.
But soon with gcc3 this won't be a problem I guess (this
is good though for now)
> --- netpbm.orig/Makefile Wed May 31 01:17:17 2006
> +++ netpbm/Makefile Wed May 31 01:19:13 2006
> @@ -46,3 +46,8 @@
> .else
> MAKE_FLAGS+= NETPBMLIBTYPE=unixshared
> .endif
> +
> +# multiple internal compiler errors
> +.if ${MACHINE_ARCH} == "alpha"
> +CFLAGS:= ${CFLAGS:N-O*}
> +.endif
> --
> Christian "naddy" Weisgerber [EMAIL PROTECTED]