Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72199 - DirectFB-0.9.20-r1 ebuild do not use $MAKEOPTS
Summary: DirectFB-0.9.20-r1 ebuild do not use $MAKEOPTS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 00:54 UTC by Giovanni
Modified: 2004-12-04 16:18 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 Giovanni 2004-11-23 00:54:40 UTC
as summary, changed ebuild:

	# add extra -lstdc++ so libpng/libflash link correctly
	make CPPFLAGS="${mycppflags}" LDFLAGS="${LDFLAGS} -lstdc++" || die
in :

	# add extra -lstdc++ so libpng/libflash link correctly
	make ${MAKEOPTS} CPPFLAGS="${mycppflags}" LDFLAGS="${LDFLAGS} -lstdc++" || die

tested, it works for me.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-12-04 16:18:49 UTC
fixed in CVS.  Thanks for the bug report.