diff options
Diffstat (limited to '')
-rw-r--r-- | net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in b/net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in new file mode 100644 index 000000000000..d845581f9a33 --- /dev/null +++ b/net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in @@ -0,0 +1,11 @@ +--- indep-utils/webtrace-conv/nlanr/Makefile.in.orig Tue Jan 13 09:58:48 2004 ++++ indep-utils/webtrace-conv/nlanr/Makefile.in Sun Jun 13 18:30:51 2004 +@@ -35,7 +35,7 @@ + # when including files from ns, we need to take care STL_NAMESPACE + CC = @CXX@ + INCLUDE = -I. -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@ |