mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Reported by: Jon <sici@myrealbox.com> Pointed out by: bento via kris Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
12 lines
485 B
Text
12 lines
485 B
Text
--- indep-utils/cmu-scen-gen/setdest/Makefile.in.orig Mon May 24 08:09:36 2004
|
|
+++ indep-utils/cmu-scen-gen/setdest/Makefile.in Mon May 24 08:10:46 2004
|
|
@@ -37,7 +37,7 @@
|
|
MKDEP = ../../../conf/mkdep
|
|
|
|
# when including files from ns, we need to take care STL_NAMESPACE
|
|
-DEFINE = -Dstand_alone -DSTL_NAMESPACE=@STL_NAMESPACE@
|
|
+DEFINE = -Dstand_alone -DSTL_NAMESPACE=@STL_NAMESPACE@ -DCPP_NAMESPACE=@CPP_NAMESPACE@
|
|
CFLAGS = @V_CCOPT@
|
|
LDFLAGS = @V_STATIC@
|
|
LIBS = @V_LIB@ -lm @LIBS@
|
|
|