jer         15/03/13 11:47:07

  Added:                cnet-3.3.1-tcl.patch
  Log:
  Fix building against any dev-lang/{tcl,tk} (bug #482318).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  net-analyzer/cnet/files/cnet-3.3.1-tcl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cnet/files/cnet-3.3.1-tcl.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cnet/files/cnet-3.3.1-tcl.patch?rev=1.1&content-type=text/plain

Index: cnet-3.3.1-tcl.patch
===================================================================
--- a/src/Makefile.linux
+++ b/src/Makefile.linux
@@ -17,8 +17,8 @@
 #XLIBS         = -ltcl -ltk -lX11
 #
 # or you may need something like:
-XINCLUDES      = -I/usr/include/tcl8.5
-XLIBS          = -ltcl8.5 -ltk8.5 -lX11
+#XINCLUDES     = -I/usr/include/tcl8.5
+XLIBS          = -ltcl -ltk -lX11
 #
 C99            = $(CC) -std=c99 -Wall -pedantic
 CFLAGS         += -fPIC $(INCLUDES) $(XINCLUDES)




Reply via email to