$NetBSD: patch-ad,v 1.1 2001/07/22 21:26:41 agc Exp $ --- main.c 2001/07/22 22:11:04 1.1 +++ main.c 2001/07/22 22:12:07 @@ -100,11 +100,7 @@ " }\n" " unset xdirs dir\n" "}\n" - "if [info exists env(XF86SETUPLIB)] {\n" - " set XF86Setup_library $env(XF86SETUPLIB)\n" - "} else {\n" - " set XF86Setup_library $Xwinhome/lib/X11/XF86Setup\n" - "}\n" + "set XF86Setup_library PKG_PREFIX/lib/X11/XF86Setup\n" "set tk_library [set tcl_library $XF86Setup_library/tcllib]\n" "set XF86Setup_startup $XF86Setup_library/" PHASE1 "\n" "if ![file exists $XF86Setup_startup] {\n"