--- rxvt-unicode-7.7-r1.ebuild.old 2006-04-09 13:25:08.000000000 +0100 +++ rxvt-unicode-7.7-r1.ebuild 2006-04-09 13:35:47.000000000 +0100 @@ -50,6 +50,9 @@ } src_compile() { + # Seems to have issues with -Os, switch to -O2 + replace-flags -Os -O2 + econf \ --enable-everything \ $(use_enable truetype xft) \