Date: Sun, 19 Aug 2018 21:14:12 +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: r477603 - in head/textproc/tinyxml: . files Message-ID: <201808192114.w7JLECmU066855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Aug 19 21:14:12 2018 New Revision: 477603 URL: https://svnweb.freebsd.org/changeset/ports/477603 Log: textproc/tinyxml: Link with ${CXX} tinyxml is a C++ library but currently does not link with libc++. Modified: head/textproc/tinyxml/Makefile head/textproc/tinyxml/files/Makefile Modified: head/textproc/tinyxml/Makefile ============================================================================== --- head/textproc/tinyxml/Makefile Sun Aug 19 21:04:19 2018 (r477602) +++ head/textproc/tinyxml/Makefile Sun Aug 19 21:14:12 2018 (r477603) @@ -3,7 +3,7 @@ PORTNAME= tinyxml PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} Modified: head/textproc/tinyxml/files/Makefile ============================================================================== --- head/textproc/tinyxml/files/Makefile Sun Aug 19 21:04:19 2018 (r477602) +++ head/textproc/tinyxml/files/Makefile Sun Aug 19 21:14:12 2018 (r477603) @@ -1,7 +1,6 @@ # $FreeBSD$ -# $Id$ -LIB = tinyxml +LIB_CXX= tinyxml SRCS= tinystr.cpp tinyxmlerror.cpp tinyxml.cpp tinyxmlparser.cpp INCS= tinyxml.h tinystr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808192114.w7JLECmU066855>