summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-06-28 20:02:39 +0000
committerFabian Groffen <grobian@gentoo.org>2008-06-28 20:02:39 +0000
commit41aca787a1f96155e898cad19ce010c318fb6750 (patch)
treea88b175315d62beaa312aa88a9c21be3018efab3 /eclass
parentGentoo for Mac OS X is dead and buried. We no longer have to deal with (diff)
downloadgentoo-2-41aca787a1f96155e898cad19ce010c318fb6750.tar.gz
gentoo-2-41aca787a1f96155e898cad19ce010c318fb6750.tar.bz2
gentoo-2-41aca787a1f96155e898cad19ce010c318fb6750.zip
Remove weird ppc-macos cruft
Diffstat (limited to 'eclass')
-rw-r--r--eclass/tetex.eclass12
1 files changed, 1 insertions, 11 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass
index 31f76449e461..183edc2e3c87 100644
--- a/eclass/tetex.eclass
+++ b/eclass/tetex.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.56 2008/05/12 15:24:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.57 2008/06/28 20:02:39 grobian Exp $
#
# Author: Jaromir Malenko <malenko@email.cz>
# Author: Mamoru KOMACHI <usata@gentoo.org>
@@ -98,10 +98,6 @@ tetex_src_unpack() {
for p in ${WORKDIR}/patches/* ; do
epatch $p
done
-
- if useq ppc-macos ; then
- sed -i -e "/^HOMETEXMF/s:\$HOME/texmf:\$HOME/Library/texmf:" ${S}/texk/kpathsea/texmf.in || die "sed texmf.in failed."
- fi
;;
all)
tetex_src_unpack unpack patch
@@ -153,12 +149,6 @@ tetex_src_compile() {
${xdvik} \
${TETEX_ECONF} || die
- if useq X && useq ppc-macos ; then
- for f in $(find ${S} -name config.status) ; do
- sed -i -e "s:-ldl::g" $f
- done
- fi
-
emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" texmf=${TEXMF_PATH:-/usr/share/texmf} || die "make teTeX failed"
}