Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13090 - minicom-1.83.1-r1.ebuild, someone's brain broke?
Summary: minicom-1.83.1-r1.ebuild, someone's brain broke?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-02 08:23 UTC by Torgeir Hansen
Modified: 2003-01-02 21:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torgeir Hansen 2003-01-02 08:23:27 UTC
The ebuild changes the FLAGS, LFLAGS, etc before compile.
This is nice, however it would seem that some braindame has occured:
---
    sed -e "s:^FLAGS\t=.*$:FLAGS\t= -Wall -D_POSIX -D_SYSV -D_SELECT -pipe #
-I/usr/include/ncurses ${CFLAGS}:" \
(...)
            Makefile.orig > Makefile
---

pay close attention and you will see that ${CFLAGS} are added after #, in other
words - the flags are only added as a comment.. [:
Comment 1 SpanKY gentoo-dev 2003-01-02 21:06:59 UTC
done