=================================================================== RCS file: /cvs/ports/games/vcmi/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/vcmi/Attic/Makefile 2013/06/12 16:01:39 1.2 +++ ports/games/vcmi/Attic/Makefile 2013/06/27 01:58:40 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2013/06/12 16:01:39 kirby Exp $ +# $OpenBSD: Makefile,v 1.3 2013/06/27 01:58:40 kirby Exp $ VMEM_WARNING = Yes #BROKEN = /usr/local/lib/gcc/x86_64-unknown-openbsd5.3/4.6.4/../../../../include/c++/4.6.4/bits/stl_list.h:113:71: error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = ILogTarget, _Dp = std::default_delete, std::unique_ptr<_Tp, _Dp> = std::unique_ptr]' SHARED_ONLY = Yes @@ -38,12 +38,8 @@ multimedia/libtheora #USE_LIBTOOL = gnu +# Add -pthread to "enable" boost threading support. CONFIGURE_ARGS += -DCMAKE_CXX_FLAGS=-pthread -# --with-boost-iostreams=mt \ -# --with-boost-filesystem=mt \ -# --with-boost-thread=mt \ -# --with-boost-system=mt \ -# ${CONFIGURE_SHARED} #CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ # LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"