summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files/patch-ab
blob: 098c910749c71a1085ea1db4709189ea0a931e74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*** fr.orig	Thu Sep 18 22:55:04 1997
--- fr	Thu Sep 18 22:57:08 1997
*************** CheckCmdLineArgs
*** 3125,3135 ****
  
  FindLibfr
  
  # Load patches for 8.0...
! if {$tk_patchLevel == "8.0"} {
!   #puts "Buggy 8.0 menu.tcl file, applying patch"
!   source $glob(lib_fr)/menu_80_patch.tcl
! }
  
  set auto_path [linsert $auto_path 0 $glob(lib_fr) ]
  
--- 3125,3136 ----
  
  FindLibfr
  
+ # FreeBSD fix the bug already..
  # Load patches for 8.0...
! #if {$tk_patchLevel == "8.0"} {
! #  #puts "Buggy 8.0 menu.tcl file, applying patch"
! #  source $glob(lib_fr)/menu_80_patch.tcl
! #}
  
  set auto_path [linsert $auto_path 0 $glob(lib_fr) ]