diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-28 11:22:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-28 11:22:46 +0000 |
commit | a2a5360b80b40cf2607849b521105b34c99ba416 (patch) | |
tree | 49be4f68888ae309795f749c82a4bdb52622bae5 /games | |
parent | Update to 0.4.0. (diff) |
There is no libgcc_r.a anymore.
Diffstat (limited to 'games')
-rw-r--r-- | games/bomberinstinct/files/patch-aa | 2 | ||||
-rw-r--r-- | games/madbomber/files/patch-aa | 4 | ||||
-rw-r--r-- | games/nil/files/patch-ab | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/bomberinstinct/files/patch-aa b/games/bomberinstinct/files/patch-aa index 994be625b10c..5147e11dbd60 100644 --- a/games/bomberinstinct/files/patch-aa +++ b/games/bomberinstinct/files/patch-aa @@ -26,7 +26,7 @@ -D$(CIBLE) -DDIR=\"$(DATADIR)\" -DVERSION=\"$(VERSION)\" - LIBS := $(shell sdl-config --libs) -lSDL_mixer -lm #-lSDL_image --static + CFLAGS += $(CFLAGS_) -+ LIBS := $(shell $(SDL_CONFIG) --libs) -lSDL_mixer -lsmpeg -lgcc_r -lm #-lSDL_image --static ++ LIBS := $(shell $(SDL_CONFIG) --libs) -lSDL_mixer -lsmpeg -lm #-lSDL_image --static endif OBJS = sprites.o niveaux.o pouvoirs.o evenements.o options.o son.o intro.o SFont/font.o ifeq ($(DEBUG),1) diff --git a/games/madbomber/files/patch-aa b/games/madbomber/files/patch-aa index d12ba6082346..285ddd27d30c 100644 --- a/games/madbomber/files/patch-aa +++ b/games/madbomber/files/patch-aa @@ -23,7 +23,7 @@ # Sound-related definitions: -MIXER=-lSDL_mixer -+MIXER=-lSDL_mixer -lsmpeg -lgcc_r ++MIXER=-lSDL_mixer -lsmpeg IMAGE=-lSDL_image NOSOUNDFLAG=__SOUND @@ -34,7 +34,7 @@ +CFLAGS+=-Wall $(SDL_CFLAGS) \ -DDATA_PREFIX=\"$(DATA_PREFIX)\" -D$(NOSOUNDFLAG) -D$(TARGET_DEF) -SDL_LIB=$(MIXER) $(IMAGE) $(SDL_LDFLAGS) -+SDL_LIB=$(MIXER) $(IMAGE) $(SDL_LDFLAGS) -lgcc_r ++SDL_LIB=$(MIXER) $(IMAGE) $(SDL_LDFLAGS) # Make commands: diff --git a/games/nil/files/patch-ab b/games/nil/files/patch-ab index ebf2c68f8d6f..f8669e4bd7bd 100644 --- a/games/nil/files/patch-ab +++ b/games/nil/files/patch-ab @@ -5,7 +5,7 @@ bin_PROGRAMS = nil nil_SOURCES = obj_grenade.cpp obj_clusterbomb.cpp obj_weapon_clusterbomb.cpp obj_fireball.cpp obj_weapon_flamethrower.cpp obj_weapon_rocket.cpp obj_weapon_mininuke.cpp obj_weapon_larpa.cpp obj_rocket.cpp soundsystem.cpp event.cpp event_target.cpp menu_item.cpp menu.cpp obj_weapon_bignuke.cpp obj_tinygranade.cpp obj_bignuke.cpp update_queue.cpp keymapper_bindings.cpp keymapper.cpp animations.cpp anim_helpers.cpp animation.cpp obj_weapon_plasmagun.cpp obj_plasmaball.cpp fonts.cpp nil_files.cpp game_client.cpp configuration.cpp font_instance.cpp font_glyph.cpp icon_graph.cpp icon_base.cpp animator.cpp tcp_socket.cpp serializer_writer.cpp serializer_reader.cpp serializer.cpp serializable.cpp nil_math.cpp obj_railslug.cpp obj_weapon_railgun.cpp raw_surface.cpp obj_weapon_megashotgun.cpp obj_scoreboard.cpp graphic_bar.cpp obj_hook.cpp obj_weapon_shotgun.cpp obj_weapon_minigun.cpp obj_projectile.cpp obj_weapon_test.cpp obj_weapon.cpp obj_gib.cpp tcp_client.cpp nil_client.cpp nil_main.cpp nil_server.cpp tcp_server_connection.cpp tcp_server.cpp obj_player_data.cpp obj_particle.cpp controls.cpp obj_player.cpp clientworld.cpp serverworld.cpp world.cpp viewport.cpp obj_test.cpp obj_explosion.cpp obj_base.cpp loader.cpp graphics.cpp graphic.cpp fluff.cpp -nil_LDADD = -lSDL -lSDL_mixer -L/usr/X11R6/lib -lXxf86dga -lXxf86vm -lpthread -lz -lXext -lX11 -+nil_LDADD = -lSDL_mixer -lz -lsmpeg -lgcc_r ++nil_LDADD = -lSDL_mixer -lz -lsmpeg EXTRA_DIST = all.h fluff.cpp fluff.h graphic.cpp graphic.h graphics.cpp graphics.h loader.cpp loader.h obj_base.cpp obj_base.h obj_explosion.cpp obj_explosion.h obj_test.cpp obj_test.h viewport.cpp viewport.h world.cpp world.h serverworld.cpp serverworld.h clientworld.cpp clientworld.h obj_player.cpp obj_player.h controls.cpp controls.h obj_particle.cpp obj_particle.h obj_player_data.cpp obj_player_data.h tcp_server.cpp tcp_server.h tcp_server_connection.cpp tcp_server_connection.h nil_server.h nil_server.cpp nil_main.cpp nil_client.h nil_client.cpp tcp_client.cpp tcp_client.h obj_gib.cpp obj_gib.h obj_weapon.cpp obj_weapon.h obj_weapon_test.cpp obj_weapon_test.h obj_projectile.cpp obj_projectile.h obj_weapon_minigun.cpp obj_weapon_minigun.h obj_weapon_shotgun.cpp obj_weapon_shotgun.h obj_hook.cpp obj_hook.h graphic_bar.cpp graphic_bar.h obj_scoreboard.cpp obj_scoreboard.h obj_weapon_megashotgun.cpp obj_weapon_megashotgun.h raw_surface.cpp raw_surface.h obj_weapon_railgun.cpp obj_weapon_railgun.h obj_railslug.cpp obj_railslug.h nil_math.h nil_math.cpp systemheaders.h serializable.cpp serializable.h serializer.cpp serializer.h serializer_reader.cpp serializer_reader.h serializer_writer.cpp serializer_writer.h netpackets.h tcp_socket.cpp tcp_socket.h animator.cpp animator.h icon_base.cpp icon_base.h icon_graph.cpp icon_graph.h font_glyph.cpp font_glyph.h font_instance.cpp font_instance.h configuration.cpp configuration.h game_client.cpp game_client.h nil_files.h nil_files.cpp fonts.cpp fonts.h obj_plasmaball.cpp obj_plasmaball.h obj_weapon_plasmagun.cpp obj_weapon_plasmagun.h animation.cpp animation.h anim_helpers.h anim_helpers.cpp animations.cpp animations.h keymapper.cpp keymapper.h keymapper_bindings.h keymapper_bindings.cpp update_queue.cpp update_queue.h world_objects.h obj_bignuke.cpp obj_bignuke.h obj_tinygranade.cpp obj_tinygranade.h obj_weapon_bignuke.cpp obj_weapon_bignuke.h menu.cpp menu.h menu_item.cpp menu_item.h event_target.cpp event_target.h event.cpp event.h soundsystem.cpp soundsystem.h obj_rocket.cpp obj_rocket.h obj_weapon_larpa.cpp obj_weapon_larpa.h obj_weapon_mininuke.cpp obj_weapon_mininuke.h obj_weapon_rocket.cpp obj_weapon_rocket.h obj_weapon_clusterbomb.cpp obj_weapon_clusterbomb.h obj_clusterbomb.cpp obj_clusterbomb.h obj_grenade.cpp obj_grenade.h obj_fireball.cpp obj_weapon_flamethrower.cpp mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |