Subject: gnome-print and hardcoded /usr/X11R6
To: None <tech-pkg@netbsd.org>
From: David Brownlee <abs@absd.org>
List: tech-pkg
Date: 02/18/2006 21:32:51
 	gnome-print hardcodes the path to /usr/X11R6/lib/X11/fonts
 	in several files:

 		run-gnome-font-install
 		fonts/X.font
 		installer/gnome-font-install.c

 	Using xorg this break the install as the PLIST does not contain

 		etc/gnome/fonts/gnome-print-x11.fontmap

 	The configure script already has

 	  --x-includes=DIR        X include files are in DIR
 	  --x-libraries=DIR       X library files are in DIR

 	What would be the best way to handle this - add a new configure
 	option --x-fonts and use it appropriately, or just patch the
 	files 'by hand'?

-- 
 			   David Brownlee -- abs@absd.org