aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-08-20 05:14:12 +0800
committertobik <tobik@FreeBSD.org>2018-08-20 05:14:12 +0800
commitb0ed3b6670fe2549e599101b90fa13f083b623b2 (patch)
tree18d2de810287360dc203aead17559f04e585bee4 /textproc
parent234b0e6200f46a8b1c8d74294df2331a5ce09a98 (diff)
downloadfreebsd-ports-gnome-b0ed3b6670fe2549e599101b90fa13f083b623b2.tar.gz
freebsd-ports-gnome-b0ed3b6670fe2549e599101b90fa13f083b623b2.tar.zst
freebsd-ports-gnome-b0ed3b6670fe2549e599101b90fa13f083b623b2.zip
textproc/tinyxml: Link with ${CXX}
tinyxml is a C++ library but currently does not link with libc++.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tinyxml/Makefile2
-rw-r--r--textproc/tinyxml/files/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/tinyxml/Makefile b/textproc/tinyxml/Makefile
index 763e3947e372..8100dfd65f8b 100644
--- a/textproc/tinyxml/Makefile
+++ b/textproc/tinyxml/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tinyxml
PORTVERSION= 2.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
diff --git a/textproc/tinyxml/files/Makefile b/textproc/tinyxml/files/Makefile
index b83ee8231278..307a65af6c2c 100644
--- a/textproc/tinyxml/files/Makefile
+++ b/textproc/tinyxml/files/Makefile
@@ -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