openbsd-ports/net/coccinella/patches/patch-lib_Init_tcl
sebastia d63f2b43fe Update coccinella from the very old version to latest release. Many new
features to list them here, and especially a much nicer looking interface.
No sound or VoIP yet, since those dependencies needs to be ported to sndio first.
Take maintainership, since I'm part of upstream, old maintainer agreed
long time ago.

OK landry@
2010-07-28 18:03:00 +00:00

13 lines
505 B
Plaintext

$OpenBSD: patch-lib_Init_tcl,v 1.2 2010/07/28 18:03:00 sebastia Exp $
--- lib/Init.tcl.orig Thu Mar 12 20:59:00 2009
+++ lib/Init.tcl Sat Aug 29 13:15:51 2009
@@ -35,7 +35,7 @@ proc ::Init::SetThis {mainScript} {
set this(prefsDriverDir) "CoccinellaPrefs"
# Collect paths in 'this' array.
- set path [file dirname $mainScript]
+ set path ${COCCINELLALIB}
set this(path) $path
set this(script) $mainScript