ec35fe683c
Add patch to fix pkgconfig file. OBS-URL: https://build.opensuse.org/request/show/228248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=43
13 lines
383 B
Diff
13 lines
383 B
Diff
https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7
|
|
Index: tk8.6.1/unix/tk.pc.in
|
|
===================================================================
|
|
--- tk8.6.1.orig/unix/tk.pc.in
|
|
+++ tk8.6.1/unix/tk.pc.in
|
|
@@ -11,5 +11,5 @@ URL: http://www.tcl.tk/
|
|
Version: @TK_VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
-Libs: -L${libdir} @TK_LIBS@
|
|
+Libs: -L${libdir} @TK_LIB_FLAG@
|
|
Cflags: -I${includedir}
|