=================================================================== RCS file: /cvs/ports/games/vcmi/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/games/vcmi/Attic/Makefile 2013/06/28 08:41:17 1.4 +++ ports/games/vcmi/Attic/Makefile 2013/06/29 02:56:56 1.5 @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2013/06/28 08:41:17 kirby Exp $ +# $OpenBSD: Makefile,v 1.5 2013/06/29 02:56:56 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]' +#BROKEN = SHARED_ONLY = Yes COMMENT = rewrite of the HoMM3 engine @@ -36,15 +36,9 @@ graphics/jpeg \ graphics/png -#USE_LIBTOOL = gnu # Add -pthread to "enable" boost threading support. CONFIGURE_ARGS += -DCMAKE_CXX_FLAGS=-pthread -#CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ -# LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" NO_TEST = Yes - -#pre-patch: -# @perl -i -pe 's/\r$$//' ${WRKSRC}/lib/Interprocess.h .include