From 1683f0b5f50f0db6769f951c40b14f14ddfb8dae Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 13 Mar 2002 23:25:46 +0000 Subject: Add -lsmpeg to link line in the hope it fixes the bulk build. Also, remove a bogus line from the PLIST (oops). --- games/icebreaker/PLIST | 3 +-- games/icebreaker/distinfo | 4 ++-- games/icebreaker/patches/patch-aa | 11 ++++++++++- 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/icebreaker/PLIST b/games/icebreaker/PLIST index df6019890d0..5ea0349c334 100644 --- a/games/icebreaker/PLIST +++ b/games/icebreaker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/08 19:19:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/13 23:25:46 wiz Exp $ bin/icebreaker man/man6/icebreaker.6 share/doc/icebreaker/README @@ -9,4 +9,3 @@ share/icebreaker/penguin.bmp share/icebreaker/penguinicon_32.bmp @dirrm share/icebreaker @dirrm share/doc/icebreaker -@dirrm man/man6 diff --git a/games/icebreaker/distinfo b/games/icebreaker/distinfo index 7c4371bba3d..d2fac4a7cbf 100644 --- a/games/icebreaker/distinfo +++ b/games/icebreaker/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/08 19:19:14 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/03/13 23:25:46 wiz Exp $ SHA1 (icebreaker-1.2.1.tgz) = 7b7c1e655f2a979cd1f05aa6ff0cddc5d2430efb Size (icebreaker-1.2.1.tgz) = 56622 bytes -SHA1 (patch-aa) = ec8595454cf623e6ac9693810717969bab160b57 +SHA1 (patch-aa) = 7bb29e67eb6e76349fa802d5aa0a02f68498b213 SHA1 (patch-ab) = 1850a318cae8205ac250f1e3faf2416e121dec16 diff --git a/games/icebreaker/patches/patch-aa b/games/icebreaker/patches/patch-aa index c57479a69c7..e8f3c49c7c0 100644 --- a/games/icebreaker/patches/patch-aa +++ b/games/icebreaker/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/03/08 19:19:15 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2002/03/13 23:25:47 wiz Exp $ --- Makefile.orig Mon Jul 30 03:32:36 2001 +++ Makefile @@ -29,6 +29,15 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/03/08 19:19:15 wiz Exp $ #highscoredir=/var/lib/games endif +@@ -30,7 +30,7 @@ + level.c intro.c text.c status.c transition.c hiscore.c dialog.c \ + options.c fullscreen.c + +-SDL_MIXER=-lSDL_mixer ++SDL_MIXER=-lSDL_mixer -lsmpeg + SDL_LIB=$(SDL_LDFLAGS) $(SDL_MIXER) + SDL_CFLAGS := $(shell $(SDLCONFIG) --cflags) + SDL_LDFLAGS := $(shell $(SDLCONFIG) --libs) @@ -103,14 +103,14 @@ sed 's/\$$VERDATE/$(VERDATE)/' > $@ -- cgit v1.2.3