Skip to content

Commit

Permalink
app-crypt/mit-krb5: drop old com_err include
Browse files Browse the repository at this point in the history
Starting with the 1.42 e2fsprogs releases, com_err.h has been symlinked
into /usr/include directly.  That means we no longer need to set the -I
path by hand to get it.
  • Loading branch information
vapier committed Nov 10, 2016
1 parent 9847727 commit 47b3654
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app-crypt/mit-krb5/mit-krb5-1.14.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ src_prepare() {
}

src_configure() {
append-cppflags "-I${EPREFIX}/usr/include/et"
# QA
append-flags -fno-strict-aliasing
append-flags -fno-strict-overflow
Expand Down
1 change: 0 additions & 1 deletion app-crypt/mit-krb5/mit-krb5-1.14.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ src_prepare() {
}

src_configure() {
append-cppflags "-I${EPREFIX}/usr/include/et"
# QA
append-flags -fno-strict-aliasing
append-flags -fno-strict-overflow
Expand Down
1 change: 0 additions & 1 deletion app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ src_prepare() {
}

src_configure() {
append-cppflags "-I${EPREFIX}/usr/include/et"
# QA
append-flags -fno-strict-aliasing
append-flags -fno-strict-overflow
Expand Down

0 comments on commit 47b3654

Please sign in to comment.