|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5.ebuild,v 1.7 2004/12/03 03:40:27 usata Exp $ | # $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5.ebuild,v 1.7 2004/12/03 03:40:27 usata Exp $ |
| |
inherit kde-functions eutils libtool |
inherit kde-functions eutils libtool flag-o-matic |
| |
DESCRIPTION="WYSIWYM frontend for LaTeX" | DESCRIPTION="WYSIWYM frontend for LaTeX" |
HOMEPAGE="http://www.lyx.org/" | HOMEPAGE="http://www.lyx.org/" |
|
|
| |
export WANT_AUTOCONF=2.5 | export WANT_AUTOCONF=2.5 |
| |
|
filter-flags -fstack-protector |
|
replace-flags -Os -O2 |
local flags="${CXXFLAGS} -fno-stack-protector" | local flags="${CXXFLAGS} -fno-stack-protector" |
unset CFLAGS | unset CFLAGS |
unset CXXFLAGS | unset CXXFLAGS |