Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455114

Summary: media-libs/freetype: freetype-config lacks proper path substitution
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://savannah.nongnu.org/bugs/index.php?38235
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454646    

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.