--- spamassassin-2.64.ebuild 2004-08-09 13:37:33.000000000 +0200 +++ spamassassin-2.64-r1.ebuild 2004-09-15 16:57:25.000000000 +0200 @@ -49,6 +49,10 @@ # If ssl is enabled, spamc can be built with ssl support use ssl && myconf="${myconf} ENABLE_SSL=yes" + # Work around full-versioned shebangs, see bug 62276 + # + myconf="${myconf} PERL_BIN=/usr/bin/perl" + # if you are going to enable taint mode, make sure that the bug where # spamd doesn't start when the PATH contains . is addressed, and make # sure you deal with versions of razor <2.36-r1 not being taint-safe.