First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 73164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tero Pelander <tpeland@tkukoulu.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73164 depends on: Show dependency tree
Show dependency graph
Bug 73164 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-02 13:01 0000
In lyx-1.3.5.ebuild there is line
 local flags="${CFLAGS}"
that should be
 local flags="${CXXFLAGS}"
as the program is c++ code.

This is important, as selecting wrong flags causes the compilation to fail.

I'm using: gcc-3.3.4-r1
CFLAGS="-march=pentium4 -Os -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2004-12-02 19:42:23 0000 -------
I applied the patch to lyx-1.3.5.ebuild.
Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug