pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mplayer optimizations?



On Thu 13 Jul 2006 at 14:32:06 +0200, Jan Danielsson wrote:
>    Ok, stuipd me.. I should have mentioned that I run pkgsrc-current on
> NetBSD/amd64 3.0.

I filed a pr about that recently. The configure script is a bit broken
for amd64. See pr pkg/33946.

        In the configure script, change an occurrence
        of "x86" to "x86 || x86_64".

         elif aix; then
         # use 'lsattr' on AIX
         _cpuinfo="lsattr -E -l proc0 -a type"
        -elif x86; then
        +elif x86 || x86_64; then
         # all other OSes try to extract CPU information from a small helper
         # program TOOLS/cpuinfo instead
         $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c


> Jan Danielsson
-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl        -- Cetero censeo "authored" delendum esse.



Home | Main Index | Thread Index | Old Index