Tcl Source Code

Artifact [59b28ca347]
Login

Artifact 59b28ca34731282a4e98d0f975c04456dc43901d:

Attachment "tk-fix-pkgconfig-file.patch" to ticket [5bcb5026ad] added by badshah400 2014-03-31 02:55:27. (unpublished)
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}