Bug 69148 - [patch] devel/pcsc-lite installs .pc files in $(prefix)/lib
Summary: [patch] devel/pcsc-lite installs .pc files in $(prefix)/lib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 14:20 UTC by Konstantin Oznobihin
Modified: 2004-07-17 13:38 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (284 bytes, text/plain)
2004-07-16 14:20 UTC, Konstantin Oznobihin
no flags Details
file.diff (531 bytes, patch)
2004-07-16 14:20 UTC, Konstantin Oznobihin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Oznobihin 2004-07-16 14:20:21 UTC
	devel/pcsc-lite installs it's .pc files in $(prefix)/lib, while FreeBSD
	hierarchy rules says that such files should go into libdata. pkgconfig
	was changed to comply with these rules so it can not find .pc files which does
	not reside in libdata.

Fix: Added USE_GNOME=gnomehack to devel/pcsc-lite/Makefile and changed
	devel/pcsc-lite/pkg-plist accordingly
How-To-Repeat: 	cd /usr/ports/devel/pcsc-lite
	make install
	pkg-config libpcsclite
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-07-17 13:38:40 UTC
State Changed
From-To: open->closed

Committed, thanks!