Index: Makefile =================================================================== RCS file: /home/cvs/ports/games/blobwars/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 15 Jun 2012 08:32:15 -0000 1.11 +++ Makefile 27 Oct 2012 02:48:01 -0000 @@ -33,7 +33,7 @@ RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+2,-guic MAKE_ENV += CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ + LIBS="-L${X11BASE}/lib" \ CXX=${CXX} USE_X11 = Yes Index: patches/patch-makefile =================================================================== RCS file: /home/cvs/ports/games/blobwars/patches/patch-makefile,v retrieving revision 1.4 diff -u -p -r1.4 patch-makefile --- patches/patch-makefile 8 May 2011 21:47:44 -0000 1.4 +++ patches/patch-makefile 27 Oct 2012 02:47:27 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-makefile,v 1.4 2011/05/08 21:47:44 kili Exp $ ---- makefile.orig Sun Apr 17 16:56:56 2011 -+++ makefile Sun May 8 15:40:35 2011 +--- makefile.orig Sun Apr 17 10:56:56 2011 ++++ makefile Fri Oct 26 22:47:10 2012 @@ -1,16 +1,16 @@ PROG = blobwars PAKNAME = blobwars.pak @@ -27,7 +27,7 @@ $OpenBSD: patch-makefile,v 1.4 2011/05/0 CXXFLAGS += -DLOCALEDIR=\"$(LOCALEDIR)\" -DMEDAL_SERVER_HOST=\"$(MEDAL_SERVER_HOST)\" -DMEDAL_SERVER_PORT=$(MEDAL_SERVER_PORT) CXXFLAGS += $(CFLAGS) -Werror -LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz -+LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz -lintl -liconv ++LIBS += `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz -lintl -liconv OBJS += CAudio.o OBJS += CBoss.o