summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/troff
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/troff')
-rw-r--r--gnu/usr.bin/groff/troff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile
index 0b92c9a96fb..45b21cbd8b2 100644
--- a/gnu/usr.bin/groff/troff/Makefile
+++ b/gnu/usr.bin/groff/troff/Makefile
@@ -9,7 +9,7 @@ SRCS= column.cc dictionary.cc div.cc env.cc input.cc \
node.cc number.cc reg.cc symbol.cc
LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a -lm
# Delete the -Ig++-include after we fix libg++ and install it
-GXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libgroff \
+CXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libgroff \
-I$(.CURDIR)/../../../lib/libg++/g++-include \
-DMACROPATH=\"/usr/share/tmac\" -DSTORE_WIDTH \
-DHYPHENFILE=\"$(HYPHENDIR)/hyphen\"