diff options
Diffstat (limited to 'app-emulation/pose/pose-3.5-r3.ebuild')
-rw-r--r-- | app-emulation/pose/pose-3.5-r3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/pose/pose-3.5-r3.ebuild b/app-emulation/pose/pose-3.5-r3.ebuild index f231a028cfff..bd7ba0c1da85 100644 --- a/app-emulation/pose/pose-3.5-r3.ebuild +++ b/app-emulation/pose/pose-3.5-r3.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/app-emulation/pose/pose-3.5-r3.ebuild,v 1.2 2004/01/31 00:25:02 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r3.ebuild,v 1.3 2004/01/31 03:03:36 george Exp $ S=${WORKDIR}/Emulator_Src_3.5 HOMEPAGE="http://www.palmos.com/dev/tools/emulator/" @@ -29,9 +29,7 @@ src_unpack() { aclocal automake --foreign autoconf - #package build scripts dp not honor C[XX]FLAGS, will have to do corrections via sed here.. - sed -i -e "s:-DPLATFORM_UNIX:-DFLTK_1_0_COMPAT -DPLATFORM_UNIX:" \ - -e "s:-O2:-O2 -fno-strict-aliasing:" configure + sed -i -e "s:-DPLATFORM_UNIX:-DFLTK_1_0_COMPAT -DPLATFORM_UNIX:" configure cd ${S} mkdir install-fltk |