diff -ruN net-mgmt/vidalia-0.14/Makefile net-mgmt/vidalia/Makefile --- net-mgmt/vidalia-0.14/Makefile 2007-08-30 21:51:00.000000000 +0200 +++ net-mgmt/vidalia/Makefile 2007-09-30 15:21:33.000000000 +0200 @@ -43,6 +43,12 @@ .include +.if ${OSVERSION} < 600000 +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 5, probably gcc-related +.endif +.endif + .if defined(WITH_TOR_DEVEL) .if defined(WITH_TOR) IGNORE= cannot depend on tor and tor-devel at the same time