Looks like Tru64 5.1 has the same problem compiling as FreeBSD does. The fix incorporated in the %prep section works if configured for Tru64:

%prep
    %setup -q
    chmod a+rx install-sh
    case "%{l_platform -t}" in
        *-freebsd4*|*-dec-osf5* )
            %{l_shtool} subst \
-e 's|uintmax_t|unsigned long long|;s|intmax_t|long long|' \
                */*.[ch]
            ;;
    esac

Doug
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [email protected]

Reply via email to