ports/contrib (3.1): tinyxml: make use of the STL
27 Oct
2014
27 Oct
'14
6:20 p.m.
commit 47f85bdeb086ca904393c84895c2d274806b0272 Author: Thomas Penteker <tek@serverop.de> Date: Mon Oct 27 19:19:27 2014 +0100 tinyxml: make use of the STL <jaeger> I have a tinyxml override in my repo for that as XBMC requires it diff --git a/tinyxml/Pkgfile b/tinyxml/Pkgfile index 36b5138..ea94219 100644 --- a/tinyxml/Pkgfile +++ b/tinyxml/Pkgfile @@ -18,7 +18,7 @@ build() { patch -p0 -i ../entity.patch mkdir -p $PKG/usr/include install -m 0644 *.h $_ - g++ $CXXFLAGS -fPIC -shared -o $soname !(xmltest).cpp + g++ $CXXFLAGS -DTIXML_USE_STL -fPIC -shared -o $soname !(xmltest).cpp install -D -m 0644 $soname $PKG/usr/lib/$soname cd $PKG/usr/lib ln -s $soname ${soname%%.*}.so
3733
Age (days ago)
3733
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu