=================================================================== RCS file: /cvs/ports/games/vcmi/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/games/vcmi/Attic/Makefile 2013/06/27 01:58:40 1.3 +++ ports/games/vcmi/Attic/Makefile 2013/06/28 08:41:17 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2013/06/27 01:58:40 kirby Exp $ +# $OpenBSD: Makefile,v 1.4 2013/06/28 08:41:17 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 @@ -18,24 +18,23 @@ # GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c freetype m pthread sndio stdc++ usbhid z +WANTLIB += SDL SDL_image SDL_mixer SDL_ttf avcodec avformat avutil +WANTLIB += boost_filesystem-mt boost_program_options-mt boost_system-mt +WANTLIB += boost_thread-mt c m pthread swscale z MASTER_SITES = http://download.vcmi.eu/ MODULES = devel/cmake gcc4 MODGCC4_ARCHS = * MODGCC4_LANGS += c++ -#BUILD_DEPENDS = ??? RUN_DEPENDS = devel/desktop-file-utils -LIB_DEPENDS = audio/libvorbis \ - devel/boost \ +LIB_DEPENDS = devel/boost \ devel/sdl-image \ devel/sdl-mixer \ devel/sdl-ttf \ graphics/ffmpeg \ graphics/jpeg \ - graphics/png \ - multimedia/libtheora + graphics/png #USE_LIBTOOL = gnu # Add -pthread to "enable" boost threading support.