diff options
Diffstat (limited to 'net-libs/openh323/openh323-1.12.2-r2.ebuild')
-rw-r--r-- | net-libs/openh323/openh323-1.12.2-r2.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net-libs/openh323/openh323-1.12.2-r2.ebuild b/net-libs/openh323/openh323-1.12.2-r2.ebuild index 8485ce3b309c..0428e9490c16 100644 --- a/net-libs/openh323/openh323-1.12.2-r2.ebuild +++ b/net-libs/openh323/openh323-1.12.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2-r2.ebuild,v 1.2 2003/11/09 23:45:22 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2-r2.ebuild,v 1.3 2004/02/13 00:21:57 stkn Exp $ inherit eutils @@ -37,6 +37,15 @@ pkg_setup() { -e "s:^LDFLAGS.*\+= -L\$(OPENSSLDIR)/lib -L\$(OPENSSLDIR):LDFLAGS +=:" \ unix.mak fi + + if has_version ">=sys-devel/gcc-3.3.2"; then + ewarn "If you are experiencing problems emerging openh323 with gcc-3.3.2" + ewarn "please try using CFLAGS=\"-O1\" when emergeing" + ewarn "we are currently investigating this problem..." + ewarn "" + ewarn "<sleeping 10 seconds...>" + sleep 10 + fi } src_unpack() { |