1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

textproc/tinyxml: Link with ${CXX}

tinyxml is a C++ library but currently does not link with libc++.
This commit is contained in:
Tobias Kortkamp 2018-08-19 21:14:12 +00:00
parent 61118a1da3
commit eb1045b3a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477603
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= tinyxml
PORTVERSION= 2.6.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}

View File

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