Skip to content

Commit

Permalink
mail-filter/procmail: drop Interix patch/fixes
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
grobian committed Jan 30, 2017
1 parent 97658af commit 145b02c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
16 changes: 0 additions & 16 deletions mail-filter/procmail/files/procmail-3.22-interix.patch

This file was deleted.

5 changes: 1 addition & 4 deletions mail-filter/procmail/procmail-3.22-r10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ src_unpack() {
fi

# Do not use lazy bindings on lockfile and procmail
if [[ ${CHOST} != *-darwin* && ${CHOST} != *-interix* ]]; then
if [[ ${CHOST} != *-darwin* ]]; then
epatch "${FILESDIR}/${PN}-lazy-bindings.diff"
fi

Expand All @@ -56,9 +56,6 @@ src_unpack() {

# Fix for bug #270551
epatch "${FILESDIR}/${PN}-3.22-glibc-2.10.patch"

# Fix for x86-interix - doesn't have initgroups
epatch "${FILESDIR}"/${P}-interix.patch
}

src_compile() {
Expand Down
5 changes: 1 addition & 4 deletions mail-filter/procmail/procmail-3.22-r11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ src_prepare() {
fi

# Do not use lazy bindings on lockfile and procmail
if [[ ${CHOST} != *-darwin* && ${CHOST} != *-interix* ]]; then
if [[ ${CHOST} != *-darwin* ]]; then
eapply -p0 "${FILESDIR}/${PN}-lazy-bindings.diff"
fi

Expand All @@ -56,9 +56,6 @@ src_prepare() {
# Fix for bug #270551
eapply "${FILESDIR}/${PN}-3.22-glibc-2.10.patch"

# Fix for x86-interix - doesn't have initgroups
eapply "${FILESDIR}"/${P}-interix.patch

eapply_user
}

Expand Down

0 comments on commit 145b02c

Please sign in to comment.