Bug 37305

Summary: imlib-config --libs reports wrong library search path
Product: Ports & Packages Reporter: Marko Schuetz <MarkoSchuetz>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!