1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-fm/filerunner/files/patch-ab
Thomas Gellekum d9fd0143eb Upgrade to 2.4.
PR:		4569
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-09-19 06:59:52 +00:00

29 lines
654 B
Plaintext

*** 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) ]