summaryrefslogtreecommitdiff
path: root/net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-06-13 09:41:53 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-06-13 09:41:53 +0000
commit3edae3e24ca6cd78c96be67eab3fd5ae71ca4511 (patch)
treed57d5968a57adff77e17d872c28636759c8215b0 /net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in
parentAdded CAN-2004-0488, CAN-2004-0492, DBMail vulnerability, smtpproxy vulnerabi... (diff)
Fix build error.
Reported by: Jon <sici@myrealbox.com> Pointed out by: bento via kris Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
Notes
Notes: svn path=/head/; revision=111379
Diffstat (limited to '')
-rw-r--r--net/ns/files/patch-indep-utils::webtrace-conv::nlanr::Makefile.in11
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@