diff options
author | rtr <rtr> | 2003-10-10 09:00:32 +0000 |
---|---|---|
committer | rtr <rtr> | 2003-10-10 09:00:32 +0000 |
commit | 7aea8e0c925675a91875721bfe1f0ee886edeced (patch) | |
tree | f3cfbbc743c708d462bd2d37261e4fec660f2b6a /mbone/mdp/patches | |
parent | de46e11c0de5c3f995f8d784247a8f44a478fc9c (diff) | |
download | pkgsrc-7aea8e0c925675a91875721bfe1f0ee886edeced.tar.gz |
Use g++ to compile c++.
Diffstat (limited to 'mbone/mdp/patches')
-rw-r--r-- | mbone/mdp/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mbone/mdp/patches/patch-ab b/mbone/mdp/patches/patch-ab index e76795456fa..a746ca45faa 100644 --- a/mbone/mdp/patches/patch-ab +++ b/mbone/mdp/patches/patch-ab @@ -1,7 +1,5 @@ -$NetBSD: patch-ab,v 1.1 2002/08/13 08:33:10 agc Exp $ - ---- Makefile.netbsd 2002/08/13 08:19:37 1.1 -+++ Makefile.netbsd 2002/08/13 08:21:02 +--- Makefile.netbsd.orig 2002-01-08 06:18:57.000000000 +1100 ++++ Makefile.netbsd 2003-10-10 13:25:32.000000000 +1000 @@ -10,26 +10,26 @@ # 1) Where to find the Tcl standard library scripts @@ -36,12 +34,14 @@ $NetBSD: patch-ab,v 1.1 2002/08/13 08:33:10 agc Exp $ SYSTEM_LIBS = # 6) System specific capabilities -@@ -62,7 +62,7 @@ +@@ -62,8 +62,8 @@ SYSTEM_LIBS = # (We export these for other Makefiles as needed) # -export SYSTEM_HAVES = -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD $(DNETSEC) +export SYSTEM_HAVES = -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD $(DNETSEC) -D__socklen_t_defined=1 - export CC = gcc +-export CC = gcc ++export CC = g++ + include Makefile.common |