Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296826 - =media-gfx/dcraw-8.98 - broken flags: lcms and jpeg
Summary: =media-gfx/dcraw-8.98 - broken flags: lcms and jpeg
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 08:07 UTC by Piotr Radkowski
Modified: 2009-12-15 08:14 UTC (History)
1 user (show)

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 Piotr Radkowski 2009-12-14 08:07:29 UTC
Emerge of =media-gfx/dcraw-8.98 fails.

This patch fixes problem:
--- dcraw-8.98.ebuild.orig      2009-12-14 08:57:19.812577016 +0100
+++ dcraw-8.98.ebuild   2009-12-14 08:55:36.309570896 +0100
@@ -63,12 +63,12 @@
        if use lcms; then
                ELIBS="-llcms ${ELIBS}"
        else
-               ECFLAGS+=" NO_LCMS=yes"
+               ECFLAGS+=" -DNO_LCMS=yes"
        fi
        if use jpeg; then
                ELIBS="-ljpeg ${ELIBS}"
        else
-               ECFLAGS+=" NO_JPEG=yes"
+               ECFLAGS+=" -DNO_JPEG=yes"
        fi
        if use nls; then
                ECFLAGS+=" -DLOCALEDIR=\"/usr/share/locale/\""

Reproducible: Always

Steps to Reproduce:
1. emerge =media-gfx/dcraw-8.98
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2009-12-14 14:07:04 UTC
Thank you for report. My bad, fixed in dcraw-8.98-r1.
Comment 2 Piotr Radkowski 2009-12-15 08:14:58 UTC
Thank you.