svn commit: r477603 - in head/textproc/tinyxml: . files

Tobias Kortkamp tobik at FreeBSD.org
Sun Aug 19 21:14:13 UTC 2018


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
 


More information about the svn-ports-all mailing list