Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262213 - app-text/tofrodos ignores C/LDFLAGS
Summary: app-text/tofrodos ignores C/LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 22:44 UTC by Tiziano Müller (RETIRED)
Modified: 2009-07-17 14:35 UTC (History)
1 user (show)

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


Attachments
Patch that allows tofrodos to build with custom CFLAGS,LDFLAGS (tofrodos-1.7.8-CFLAGS.patch,306 bytes, patch)
2009-04-12 21:49 UTC, Víctor Ostorga (RETIRED)
Details | Diff
Ebuild patch allowing custom CFLAGS (tofrodos-1.7.8-r1.ebuild.patch,1.04 KB, patch)
2009-04-12 21:56 UTC, Víctor Ostorga (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2009-03-11 22:44:17 UTC
I want to haz my ricer flags in tofrodos so I can convert huuuuge documents in no time... ;-)

No, seriously, fix0r tha Makefile:

make -j3 DEBUG=1
gcc   -g -c -Wall emsg.c
gcc   -g -c -Wall init.c
gcc   -g -c -Wall tofrodos.c
gcc   -g -c -Wall utility.c
gcc -g -o fromdos emsg.o init.o tofrodos.o utility.o
ln -sf fromdos todos
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-03-11 22:56:20 UTC
Hai
Can I haz shoorter description too?
Kthxbye
Comment 2 Víctor Ostorga (RETIRED) gentoo-dev 2009-04-12 21:49:27 UTC
Created attachment 188153 [details, diff]
Patch that allows tofrodos to build with custom CFLAGS,LDFLAGS

It supress a old-fashioned suffix rule in Makefile.
Suffix rules are obsolete because pattern rules are more general and clearer.
Comment 3 Víctor Ostorga (RETIRED) gentoo-dev 2009-04-12 21:56:58 UTC
Created attachment 188154 [details, diff]
Ebuild patch allowing custom CFLAGS

Now everybody can haz ricer flags
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2009-07-17 14:35:43 UTC
Fixed in portage. Thanks for the report.