Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494740 | Differences between
and this patch

Collapse All | Expand All

(-)a/libgcrypt-1.6.1/mpi/config.links (-6 / +2 lines)
Lines 52-60 case "${host}" in Link Here
52
       mpi_cpu_arch="x86"
52
       mpi_cpu_arch="x86"
53
       ;;
53
       ;;
54
    i[3467]86*-*-openbsd*      | \
54
    i[3467]86*-*-openbsd*      | \
55
    i[3467]86*-*-freebsd*-elf  | \
55
    i[3467]86*-*-freebsd*      | \
56
    i[3467]86*-*-freebsd[3-9]* | \
57
    i[3467]86*-*-freebsdelf*   | \
58
    i[3467]86*-*-netbsd*       | \
56
    i[3467]86*-*-netbsd*       | \
59
    i[3467]86*-*-k*bsd*)
57
    i[3467]86*-*-k*bsd*)
60
       echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
58
       echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
Lines 63-71 case "${host}" in Link Here
63
       mpi_cpu_arch="x86"
61
       mpi_cpu_arch="x86"
64
       ;;
62
       ;;
65
    i586*-*-openbsd*         | \
63
    i586*-*-openbsd*         | \
66
    i586*-*-freebsd*-elf     | \
64
    i586*-*-freebsd*         | \
67
    i586*-*-freebsd[3-9]*    | \
68
    i586*-*-freebsdelf*      | \
69
    i586*-*-netbsd*	     | \
65
    i586*-*-netbsd*	     | \
70
    i586*-*-k*bsd*	     | \
66
    i586*-*-k*bsd*	     | \
71
    pentium-*-netbsd*	     | \
67
    pentium-*-netbsd*	     | \

Return to bug 494740