diff options
author | 2004-05-02 02:33:43 +0000 | |
---|---|---|
committer | 2004-05-02 02:33:43 +0000 | |
commit | ba2b0bce6e9735c60fd18deccb11a82e91c8bc7d (patch) | |
tree | f1c73e9ad3339f5e747b019f44fd06443aa90406 /media-gfx/maya/maya-5.0.1-r1.ebuild | |
parent | Marked stable on hppa. (diff) | |
download | historical-ba2b0bce6e9735c60fd18deccb11a82e91c8bc7d.tar.gz historical-ba2b0bce6e9735c60fd18deccb11a82e91c8bc7d.tar.bz2 historical-ba2b0bce6e9735c60fd18deccb11a82e91c8bc7d.zip |
Added gcc-3.0 notice to pkg_postinstall()
Diffstat (limited to 'media-gfx/maya/maya-5.0.1-r1.ebuild')
-rw-r--r-- | media-gfx/maya/maya-5.0.1-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-gfx/maya/maya-5.0.1-r1.ebuild b/media-gfx/maya/maya-5.0.1-r1.ebuild index 9beff24ccbe5..2fcf51934e7b 100644 --- a/media-gfx/maya/maya-5.0.1-r1.ebuild +++ b/media-gfx/maya/maya-5.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.2 2004/04/30 09:36:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.3 2004/05/02 02:33:43 eradicator Exp $ # Note that this ebuild requires you to set the MAYA_INSTALL_LOC environment # variable to the location of your maya RPMS and documentation: @@ -219,6 +219,11 @@ pkg_postinstall() { einfo "aw_flexlm is for the license server" einfo + einfo "Maya 5.0.1 was compiled with gcc 3.0 and origionally linked against glibc 2.1.3. If you intend to compile" + einfo "plugins for Maya, you will need to 'emerge \=sys-devel/gcc-3.0*' and use gcc-config to switch compilers." + einfo "The Maya SDK headers are located in /usr/aw/maya/include, and libs are in /usr/aw/maya/lib." + einfo + # http://www.highend2d.com/boards/showthreaded.php?Cat=&Board=linuxforum&Number=174726&page=&view=&sb=&o= ewarn "You should disable klipper, xfce4-clipman, and any other clipboard" ewarn "utilities as they have been shown to cause maya to crash." |