summaryrefslogtreecommitdiffstats
path: root/net/tctool/patches/001_Makefile_fix.diff
blob: 8677c4e3ed6aef8bdf1a0af21a69cf0ab0b12d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/src/Makefile
+++ b/src/Makefile
@@ -31,16 +31,16 @@ MAINOBJ  := if.o interface.o etherStream
 EXAMPLE  := example
 EXOBJ    := if.o interface.o etherStream.o etherStreambuf.o tcStream.o tcStreambuf.o tcRtsDump.o tcRtsDumpbuf.o
 
-CXX        := g++
-CXXFLAGS   := -march=i386 -O2
-LDFLAGS    := --strip-unneeded
-LIBS       := 
-LDSTATIC   := -L. -static-libgcc
-STATICLIBS := stdc++ m
-COUNTRY    := "C"
-LANG       := "C"
-LANGUAGE   := "C"
-LC_ALL     := "C"
+#CXX        := g++
+#CXXFLAGS   := -march=i386 -O2
+#LDFLAGS    := --strip-unneeded
+#LIBS       := 
+#LDSTATIC   := -L. -static-libgcc
+#STATICLIBS := stdc++ m
+#COUNTRY    := "C"
+#LANG       := "C"
+#LANGUAGE   := "C"
+#LC_ALL     := "C"
 
 default: install