components/groff/Makefile
changeset 7550 47685fed5242
parent 6172 91592f4b927c
child 7566 34f2284a605f
equal deleted inserted replaced
7549:b8b4d11b11b9 7550:47685fed5242
    45 CONFIGURE_LIBDIR.64 =	$(CONFIGURE_LIBDIR.32)
    45 CONFIGURE_LIBDIR.64 =	$(CONFIGURE_LIBDIR.32)
    46 
    46 
    47 CONFIGURE_OPTIONS += \
    47 CONFIGURE_OPTIONS += \
    48     --with-appresdir=$(CONFIGURE_PREFIX)/X11/lib/X11/app-defaults
    48     --with-appresdir=$(CONFIGURE_PREFIX)/X11/lib/X11/app-defaults
    49 
    49 
       
    50 CXXFLAGS += -std=c++11
       
    51 
    50 # Don't generate tmac wrappers for the Solaris troff macro packages.
    52 # Don't generate tmac wrappers for the Solaris troff macro packages.
    51 # Some man pages (such as groff.1) use long macro name definitions
    53 # Some man pages (such as groff.1) use long macro name definitions
    52 # which fail in compatibility mode. See:
    54 # which fail in compatibility mode. See:
    53 # http://osdir.com/ml/printing.groff.general/2003-07/msg00088.html
    55 # http://osdir.com/ml/printing.groff.general/2003-07/msg00088.html
    54 # for more details.
    56 # for more details.
    87 
    89 
    88 REQUIRED_PACKAGES += $(PERL_PKG)
    90 REQUIRED_PACKAGES += $(PERL_PKG)
    89 REQUIRED_PACKAGES += shell/ksh93
    91 REQUIRED_PACKAGES += shell/ksh93
    90 REQUIRED_PACKAGES += system/core-os
    92 REQUIRED_PACKAGES += system/core-os
    91 REQUIRED_PACKAGES += system/library/c++-runtime
    93 REQUIRED_PACKAGES += system/library/c++-runtime
       
    94 REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
       
    95 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
    92 REQUIRED_PACKAGES += system/library/math
    96 REQUIRED_PACKAGES += system/library/math
    93 REQUIRED_PACKAGES += text/doctools
    97 REQUIRED_PACKAGES += text/doctools
    94 REQUIRED_PACKAGES += text/gawk
    98 REQUIRED_PACKAGES += text/gawk
    95 REQUIRED_PACKAGES += x11/library/libx11
    99 REQUIRED_PACKAGES += x11/library/libx11
    96 REQUIRED_PACKAGES += x11/library/libxmu
   100 REQUIRED_PACKAGES += x11/library/libxmu