Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455114 - media-libs/freetype: freetype-config lacks proper path substitution
Summary: media-libs/freetype: freetype-config lacks proper path substitution
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL: https://savannah.nongnu.org/bugs/inde...
Whiteboard:
Keywords:
Depends on:
Blocks: 454646
  Show dependency tree
 
Reported: 2013-02-02 11:49 UTC by Michał Górny
Modified: 2013-04-01 09:23 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-02 11:49:05 UTC
The Makefile doesn't do proper substitutions in freetype-config file. When doing:

  ./configure --includedir='${libdir}'/foo

the files are installed properly yet freetype-config reads:

  prefix=/usr
  exec_prefix=${prefix}
  exec_prefix_set=no
  includedir=${libdir}/foo
  libdir=/usr/lib64

which obviously doesn't work.

Could someone upstream that, please? Savannah scares me away.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-02 12:34:46 UTC
Ok, reported it myself.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-04-01 09:23:23 UTC
This one's not needed anymore, and was fixed upstream anyway.