File: window.diff

package info (click to toggle)
libtk-img 1%3A2.1.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,116 kB
  • sloc: ansic: 224,471; sh: 20,678; tcl: 9,005; makefile: 2,272; cpp: 1,933; ada: 1,681; pascal: 1,139; cs: 879; awk: 794; asm: 587; python: 542; xml: 95
file content (15 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Sergei Golovan
Description: Patch removes unnecessary libraries from linking to them.
Last-Modified: Wed, 31 Jan 2018 11:44:56 +0300

--- a/window/Makefile.in
+++ b/window/Makefile.in
@@ -171,7 +171,7 @@
 CONFIG_CLEAN_FILES = Makefile
 
 CPPFLAGS	= @CPPFLAGS@ -DPACKAGE_TCLNAME=\"$(PACKAGE_TCLNAME)\"
-LIBS		= @PKG_LIBS@ @LIBS@ @TK_LIBS@
+LIBS		= @PKG_LIBS@ @LIBS@
 AR		= @AR@
 CFLAGS		= @CFLAGS@
 COMPILE		= $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)