diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-12-03 03:40:27 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-12-03 03:40:27 +0000 |
commit | 6b68019af23e6c149a2ec51dcd536ad928c0a559 (patch) | |
tree | 8fb3aafd0fc4d0e622d3873ec87769e95b4226d6 /app-office/lyx | |
parent | Remove dead symbolic link before merge; bug #72753. (Manifest recommit) (diff) | |
download | gentoo-2-6b68019af23e6c149a2ec51dcd536ad928c0a559.tar.gz gentoo-2-6b68019af23e6c149a2ec51dcd536ad928c0a559.tar.bz2 gentoo-2-6b68019af23e6c149a2ec51dcd536ad928c0a559.zip |
Use CXXFLAGS instead of CFLAGS (bug #73164) and pass -fno-stack-protector (bug #72875). Also corrected Desktop Entry for LyX (bug #72808).
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/lyx/files/lyx.desktop | 2 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.5.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index ebfb11ddca7a..9692731eb9e1 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/lyx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.53 2004/11/17 13:01:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.54 2004/12/03 03:40:27 usata Exp $ + + 03 Dec 2004; Mamoru KOMACHI <usata@gentoo.org> files/lyx.desktop, + lyx-1.3.5.ebuild: + Use CXXFLAGS instead of CFLAGS (bug #73164) and pass -fno-stack-protector + (bug #72875). Also corrected Desktop Entry for LyX (bug #72808). 17 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> lyx-1.3.5.ebuild: Stable on sparc diff --git a/app-office/lyx/files/lyx.desktop b/app-office/lyx/files/lyx.desktop index 1666fca5d3ca..1c1b33e8738e 100644 --- a/app-office/lyx/files/lyx.desktop +++ b/app-office/lyx/files/lyx.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Lyx -Comment=Latex WYSIWYG Editor +Comment=Latex WYSIWYM Editor Icon=/usr/share/lyx/images/lyx.xpm Exec=lyx Terminal=false diff --git a/app-office/lyx/lyx-1.3.5.ebuild b/app-office/lyx/lyx-1.3.5.ebuild index ea5b94f011d0..7409eb0e9510 100644 --- a/app-office/lyx/lyx-1.3.5.ebuild +++ b/app-office/lyx/lyx-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.6 2004/11/17 13:01:47 gustavoz 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 @@ -63,7 +63,7 @@ src_compile() { export WANT_AUTOCONF=2.5 - local flags="${CFLAGS}" + local flags="${CXXFLAGS} -fno-stack-protector" unset CFLAGS unset CXXFLAGS econf \ |