svn commit: r493641 - head/textproc/gmetadom

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 23 05:22:14 UTC 2019


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 at 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


More information about the svn-ports-all mailing list