Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533660
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +8 lines)
Line  Link Here
0
-- /usr/portage/mail-mta/exim/exim-4.84.ebuild 2014-11-03 13:01:12.000000000 +0000
0
++ exim-4.84.ebuild    2014-12-27 06:19:32.827799725 +0000
Lines 115-131 src_configure() { Link Here
115
               -e "s:COMPRESS_COMMAND=.*$:COMPRESS_COMMAND=${EPREFIX}/bin/gzip:" \
115
               -e "s:COMPRESS_COMMAND=.*$:COMPRESS_COMMAND=${EPREFIX}/bin/gzip:" \
116
               src/EDITME > Local/Makefile
116
               src/EDITME > Local/Makefile
117
    if use elibc_musl; then
118
        sed -e 's/^LIBS = -lnsl/LIBS =/g' \
119
        -e 's/^HAVE_ICONV=yes/#HAVE_ICONV=yes/' \
120
        -i OS/Makefile-Linux
121
    fi
122
117
       cd Local
123
       cd Local
118
       cat >> Makefile <<- EOC
124
       cat >> Makefile <<- EOC
119
               INFO_DIRECTORY=${EPREFIX}/usr/share/info
125
               INFO_DIRECTORY=${EPREFIX}/usr/share/info
120
               PID_FILE_PATH=${EPREFIX}/run/exim.pid
126
               PID_FILE_PATH=${EPREFIX}/run/exim.pid
121
               SPOOL_DIRECTORY=${EPREFIX}/var/spool/exim
127
               SPOOL_DIRECTORY=${EPREFIX}/var/spool/exim
122
               HAVE_ICONV=yes
123
       EOC
128
       EOC
124
       # if we use libiconv, now is the time to tell so
129
       # if we use libiconv, now is the time to tell so
125
       use !elibc_glibc && echo "EXTRALIBS_EXIM=-liconv" >> Makefile
130
       use !elibc_glibc && use !elibc_musl && echo "EXTRALIBS_EXIM=-liconv" >> Makefile
126
       # support for IPv6
131
       # support for IPv6
127
       if use ipv6; then
132
       if use ipv6; then

Return to bug 533660