$OpenBSD: patch-gstoraster,v 1.1.1.1 2011/07/06 13:46:27 kili Exp $
--- gstoraster.orig	Sun May 22 18:32:29 2011
+++ gstoraster	Mon Jul  4 16:59:07 2011
@@ -58,10 +58,11 @@
 #	the orientation specified by the PPD default page size. Any fit-to-page scaling is not
 #	yet implemented.
 #
+use bytes;
 use File::Copy;
 
 # -------------------------- configuration parameters --------------------------
-@paths = ('/bin', '/usr/bin', '/usr/local/bin', '/opt/bin');
+@paths = ('/bin', '/usr/bin', '${LOCALBASE}/bin');
 $cmdlpgsz = 1;			# set to 1 in order to set page size by commandline option
 $ignore_gserror = 0;		# set to 1 in order to ignore Ghostscript errors
 $gsname = 'gs';			# the plain name of the Ghostscript executable
