Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2010 09:46:18 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r203992 - in projects/clangbsd/gnu/usr.bin/groff: . src/libs
Message-ID:  <201002170946.o1H9kIRq003875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rdivacky
Date: Wed Feb 17 09:46:18 2010
New Revision: 203992
URL: http://svn.freebsd.org/changeset/base/203992

Log:
  Build groff with the default CXX.

Modified:
  projects/clangbsd/gnu/usr.bin/groff/Makefile.inc
  projects/clangbsd/gnu/usr.bin/groff/src/libs/Makefile.inc

Modified: projects/clangbsd/gnu/usr.bin/groff/Makefile.inc
==============================================================================
--- projects/clangbsd/gnu/usr.bin/groff/Makefile.inc	Wed Feb 17 09:42:14 2010	(r203991)
+++ projects/clangbsd/gnu/usr.bin/groff/Makefile.inc	Wed Feb 17 09:46:18 2010	(r203992)
@@ -3,8 +3,6 @@
 BINDIR?=	/usr/bin
 SHELL=		/bin/sh
 
-CXX:=${CXX:C/^c\+\+|^clang\+\+/g++/}
-
 # Define `page' to be letter if your PostScript printer uses 8.5x11
 # paper (USA) and define it to be A4, if it uses A4 paper (rest of the
 # world).

Modified: projects/clangbsd/gnu/usr.bin/groff/src/libs/Makefile.inc
==============================================================================
--- projects/clangbsd/gnu/usr.bin/groff/src/libs/Makefile.inc	Wed Feb 17 09:42:14 2010	(r203991)
+++ projects/clangbsd/gnu/usr.bin/groff/src/libs/Makefile.inc	Wed Feb 17 09:46:18 2010	(r203992)
@@ -3,6 +3,4 @@
 TOPREL=		../../..
 DIST_SUBDIR=	src/libs/${.CURDIR:T}
 
-CXX:=${CXX:C/^c\+\+|^clang\+\+/g++/}
-
 .include "../../Makefile.inc"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002170946.o1H9kIRq003875>