order to prevent GCC 14 to throw errors upon encountering various C99 violations. [boo#1225776] Please (assuming the request is otherwise OK), forward it to factory soon-ish so that we can switch the default compiler. OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=193
9 lines
229 B
Diff
9 lines
229 B
Diff
--- tclpkg/mkpkgindex.sh
|
|
+++ tclpkg/mkpkgindex.sh
|
|
@@ -22,4 +22,4 @@
|
|
echo " package require Tk 8.3" >>pkgIndex.tcl
|
|
;;
|
|
esac
|
|
-echo " load [file join \$dir $lib] $2\"" >>pkgIndex.tcl
|
|
+echo " load $lib $2\"" >>pkgIndex.tcl
|