[Bug 20770] FineReader 8 crashes after importing images into an empty batch

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 20 12:36:49 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20770





--- Comment #7 from A.C.Heron <acheron at front.ru>  2009-11-20 12:36:49 ---
> Sorry, never used gentoo portages.

That's fairly simple. Configuration is done in src_configure(), econf passes
all switches to ./configure. Expressions like "$(use_with alsa)" become
"--with-alsa" if "alsa" flag is set, or "--without-alsa" if not. Similarly
"$(use_with ncurses curses)" becomes "--with-curses" or "--without-curses"
depending on "ncurses" flag.

But looks like this time I only had to add "strip" to "RESTRICT" variable.
Portage strippes everything, unless told otherwise.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list