diff options
Diffstat (limited to '')
-rw-r--r-- | net/ns/files/patch-indep-utils::webtrace-conv::dec::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ns/files/patch-indep-utils::webtrace-conv::dec::Makefile.in b/net/ns/files/patch-indep-utils::webtrace-conv::dec::Makefile.in new file mode 100644 index 000000000000..1535cd1256a8 --- /dev/null +++ b/net/ns/files/patch-indep-utils::webtrace-conv::dec::Makefile.in @@ -0,0 +1,11 @@ +--- indep-utils/webtrace-conv/dec/Makefile.in.orig Tue Jan 13 09:58:44 2004 ++++ indep-utils/webtrace-conv/dec/Makefile.in Sun Jun 13 18:22:22 2004 +@@ -38,7 +38,7 @@ + # when including files from ns, we need to take care STL_NAMESPACE + CC = @CXX@ + INCLUDE = -I. @V_INCLUDES@ +-CFLAGS = @V_CCOPT@ -DSTL_NAMESPACE=@STL_NAMESPACE@ ++CFLAGS = @V_CCOPT@ -DSTL_NAMESPACE=@STL_NAMESPACE@ -DCPP_NAMESPACE=@CPP_NAMESPACE@ + LDFLAGS = @V_STATIC@ + LIBS = @V_LIB_TCL@ @V_LIB@ @LIBS@ + INSTALL = @INSTALL@ |