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:
parent
61118a1da3
commit
eb1045b3a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477603
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tinyxml
|
||||
PORTVERSION= 2.6.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user