diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 18:44:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 18:44:55 (GMT) |
commit | f4cedcbce197fa8bedcd0bdbff05b9434adef7b4 (patch) | |
tree | 81636b7575d0bbafd1b8fd2756575a2aace26ac8 | |
parent | d3b630496048c958812ce8924b0b8cfc41557b39 (diff) | |
parent | c85fe58264794439fe6057b5d98428a033774bcc (diff) | |
download | tcl-f4cedcbce197fa8bedcd0bdbff05b9434adef7b4.zip tcl-f4cedcbce197fa8bedcd0bdbff05b9434adef7b4.tar.gz tcl-f4cedcbce197fa8bedcd0bdbff05b9434adef7b4.tar.bz2 |
Add missing @TCL_LIB_FLAG@ to tcl.pc.in (derived from ticket [5bcb5026ad])
-rw-r--r-- | unix/tcl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in index 8bf67cd..6b6fe44 100644 --- a/unix/tcl.pc.in +++ b/unix/tcl.pc.in @@ -11,5 +11,5 @@ URL: http://www.tcl.tk/ Version: @TCL_VERSION@ Requires: Conflicts: -Libs: -L${libdir} @TCL_LIBS@ +Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_LIBS@ Cflags: -I${includedir} |