Bug 19915

Summary: Can not linking few shared libraries in gdk-pixbuf
Product: Ports & Packages Reporter: greg <greg>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description greg 2000-07-14 12:50:01 UTC
	Using the GNOME and sawfish.
Choice a window manager depend item, called workspace.
gdk-pixbuf will load a shred object, And Can not resolv
dynamic link. So don't embeded the information for
dynamic link library.

Fix: 

Replace flowing line in Makefile

	LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm"
How-To-Repeat: See full description.
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-07-14 14:22:58 UTC
State Changed
From-To: open->closed

My own patch committed. Anyway, thanks for reporting.