Date: Sat, 23 Feb 2019 05:22:13 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493641 - head/textproc/gmetadom Message-ID: <201902230522.x1N5MDqw084494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Feb 23 05:22:13 2019 New Revision: 493641 URL: https://svnweb.freebsd.org/changeset/ports/493641 Log: textproc/gmetadom: Add USES=compiler:c++11-lang This is necessary to fix the build of x11-toolkits/gtkmathview on GCC-based architectures. While here, add USES=gnome localbase. PR: 235937 Submitted by: pkubaj@anongoth.pl Modified: head/textproc/gmetadom/Makefile Modified: head/textproc/gmetadom/Makefile ============================================================================== --- head/textproc/gmetadom/Makefile Sat Feb 23 05:16:28 2019 (r493640) +++ head/textproc/gmetadom/Makefile Sat Feb 23 05:22:13 2019 (r493641) @@ -12,12 +12,11 @@ COMMENT= Collection of DOM Implementations LIB_DEPENDS= libgdome.so:textproc/gdome2 -USES= gmake iconv libtool pathfix pkgconfig +USES= compiler:c++11-lang gmake gnome iconv libtool localbase \ + pathfix pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= OCAML
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902230522.x1N5MDqw084494>