Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478514 - app-text/blahtexml-0.9 uses pkg-config directly
Summary: app-text/blahtexml-0.9 uses pkg-config directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-07-28 23:00 UTC by Julian Ospald
Modified: 2013-12-26 14:41 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 Julian Ospald 2013-07-28 23:00:05 UTC
can be seen in blahtexml-0.9-Makefile.patch

use:

PKG_CONFIG ?= pkg-config
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2013-07-28 23:11:36 UTC
These direct calls seems to be quite common, if I grep through the patches available in the tree. 
Maybe it might be worth to create a tracker bug and add all other packages with direct calls to pkg-config there, if this is a problem for you?

Feel free to fix it yourself, as I might not have the time in the next days.
Comment 2 Julian Ospald 2013-07-28 23:16:00 UTC
Yes, others do it wrong as well.
Comment 3 Julian Ospald 2013-12-26 14:41:38 UTC
+  26 Dec 2013; Julian Ospald <hasufell@gentoo.org> blahtexml-0.9.ebuild,
+  files/blahtexml-0.9-Makefile.patch:
+  respect PKG_CONFIG wrt #478514, add ~x86