Skip to content

Commit

Permalink
dev-tcltk/tix: drop handling for x86-macos
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 7, 2021
1 parent 12805a7 commit 878a20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tcltk/tix/tix-8.4.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

src_prepare() {
(use x86-macos || use x64-macos) || epatch "${FILESDIR}"/${P}-link.patch
[[ ${CHOST} == *-darwin* ]] || epatch "${FILESDIR}"/${P}-link.patch
sed \
-e 's:-Os::g' \
-i configure tclconfig/tcl.m4 || die
Expand All @@ -48,7 +48,7 @@ src_install() {
# Bug 168897
doheader generic/tix.h
# Bug 201138
if use x86-macos || use x64-macos; then
if [[ ${CHOST} == *-darwin* ]] ; then
mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib
dosym ${MY_P}/libTix.${PV}.dylib /usr/$(get_libdir)/libTix.${PV}.dylib
else
Expand Down

0 comments on commit 878a20c

Please sign in to comment.