summaryrefslogtreecommitdiff
path: root/games/lbreakout/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/lbreakout/patches/patch-ab')
-rw-r--r--games/lbreakout/patches/patch-ab17
1 files changed, 13 insertions, 4 deletions
diff --git a/games/lbreakout/patches/patch-ab b/games/lbreakout/patches/patch-ab
index 8b618d89d79..02cd63d7d46 100644
--- a/games/lbreakout/patches/patch-ab
+++ b/games/lbreakout/patches/patch-ab
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.2 2001/08/15 19:41:45 rh Exp $
+$NetBSD: patch-ab,v 1.3 2006/03/28 22:03:42 joerg Exp $
---- lbreakout/Makefile.in.orig Tue Aug 14 20:05:31 2001
-+++ lbreakout/Makefile.in Tue Aug 14 20:06:06 2001
-@@ -353,7 +353,8 @@
+--- lbreakout/Makefile.in.orig 2001-03-15 15:28:10.000000000 +0000
++++ lbreakout/Makefile.in
+@@ -80,7 +80,7 @@ DEFS = @sound_flag@ @inst_flag@ @hi_inst
+
+ bin_PROGRAMS = lbreakout
+ lbreakout_SOURCES = hiscore.cpp dynlist.c level.cpp breakout.cpp sndsrv.c sdl.c menumanager.cpp menuitem.cpp menu.cpp game.cpp main.cpp
+-lbreakout_LDADD = -lpthread -lm @thread_flag@
++lbreakout_LDADD = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lm @thread_flag@
+
+ EXTRA_SUBDIRS = manual
+
+@@ -353,7 +353,8 @@ install-data-local:
$(INSTALL_DATA) wontgiveup.wav $(DESTDIR)$(sdir)/wontgiveup.wav
$(INSTALL_DATA) speedup.wav $(DESTDIR)$(sdir)/speedup.wav
$(INSTALL_DATA) speeddown.wav $(DESTDIR)$(sdir)/speeddown.wav