svn commit: r203992 - in projects/clangbsd/gnu/usr.bin/groff: .
src/libs
Roman Divacky
rdivacky at FreeBSD.org
Wed Feb 17 09:46:18 UTC 2010
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"
More information about the svn-src-projects
mailing list