Bug 37305 - imlib-config --libs reports wrong library search path
Summary: imlib-config --libs reports wrong library search path
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-21 10:20 UTC by Marko Schuetz
Modified: 2002-05-03 21:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Schuetz 2002-04-21 10:20:01 UTC
	With imlib-1.9.13 the command imlib-config --libs reports
-L/usr/X11R6/lib -lImlib -L/usr/local -ltiff -lungif -l png -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11
Instead it should report
-L/usr/X11R6/lib -lImlib -L/usr/local/lib -ltiff -lungif -l png -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11

Fix: 

work around: edit the value for the variable gx_libs in 
/usr/X11R6/bin/imlib-config to use -L/usr/local/lib
How-To-Repeat: 	With imlib-1.9.13 installed: imlib-config --libs
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-04-21 14:18:41 UTC
Responsible Changed
From-To: freebsd-ports->gnome

over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-05-03 21:54:06 UTC
State Changed
From-To: open->closed

Fixed.  Thanks for reporting!