diff options
Diffstat (limited to 'games/asc/files/patch-source::tools::linux::Makefile.in')
-rw-r--r-- | games/asc/files/patch-source::tools::linux::Makefile.in | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games/asc/files/patch-source::tools::linux::Makefile.in b/games/asc/files/patch-source::tools::linux::Makefile.in index 3eb3fe9ebafd..94087c7fc049 100644 --- a/games/asc/files/patch-source::tools::linux::Makefile.in +++ b/games/asc/files/patch-source::tools::linux::Makefile.in @@ -1,11 +1,11 @@ $FreeBSD$ ---- source/tools/linux/Makefile.in.orig Tue Apr 3 15:57:52 2001 -+++ source/tools/linux/Makefile.in Wed Apr 11 11:42:46 2001 -@@ -82,12 +82,12 @@ - asc_mntgraph_SOURCES = mntgraph.cpp basestrm.cpp misc.cpp ascstring.cpp loadpcxc.cpp palette.cpp sgstream.cpp newfont.cpp basegfx.cpp graphicset.cpp gameoptions.cpp CLoadable.cpp Named.cpp Property.cpp PropertyGroup.cpp stack.cpp buildingtype.cpp typen.cpp vehicletype.cpp password.cpp - asc_viewid_SOURCES = viewid.cpp basestrm.cpp misc.cpp ascstring.cpp loadpcxc.cpp palette.cpp sgstream.cpp newfont.cpp basegfx.cpp graphicset.cpp gameoptions.cpp CLoadable.cpp Named.cpp Property.cpp PropertyGroup.cpp stack.cpp buildingtype.cpp typen.cpp vehicletype.cpp password.cpp +--- source/tools/linux/Makefile.in.orig Mon Jul 9 00:38:22 2001 ++++ source/tools/linux/Makefile.in Mon Jul 9 13:58:41 2001 +@@ -88,13 +88,13 @@ + asc_viewid_SOURCES = viewid.cpp basestrm.cpp misc.cpp ascstring.cpp loadpcxc.cpp palette.cpp sgstream.cpp newfont.cpp basegfx.cpp graphicset.cpp gameoptions.cpp CLoadable.cpp Named.cpp Property.cpp PropertyGroup.cpp stack.cpp buildingtype.cpp typen.cpp vehicletype.cpp password.cpp strtmesg.cpp + asc_tank2pcx_SOURCES = pcxtank.cpp basestrm.cpp misc.cpp ascstring.cpp loadpcxc.cpp palette.cpp sgstream.cpp newfont.cpp basegfx.cpp graphicset.cpp gameoptions.cpp CLoadable.cpp Named.cpp Property.cpp PropertyGroup.cpp stack.cpp buildingtype.cpp typen.cpp vehicletype.cpp password.cpp strtmesg.cpp -asc_mount_LDADD = -lSDL -lpthread @LDADDLIBBZ2@ -asc_demount_LDADD = -lSDL -lpthread @LDADDLIBBZ2@ @@ -13,16 +13,18 @@ $FreeBSD$ -asc_makegfx_LDADD = ../../sdl/libsdl.a -lSDL -lpthread @LDADDLIBBZ2@ -asc_mntgraph_LDADD = ../../sdl/libsdl.a -lSDL -lpthread @LDADDLIBBZ2@ -asc_viewid_LDADD = ../../sdl/libsdl.a -lSDL -lpthread @LDADDLIBBZ2@ +-asc_tank2pcx_LDADD = ../../sdl/libsdl.a -lSDL -lpthread @LDADDLIBBZ2@ +asc_mount_LDADD = @LDADDLIBBZ2@ +asc_demount_LDADD = @LDADDLIBBZ2@ +asc_gfx2pcx_LDADD = ../../sdl/libsdl.a @LDADDLIBBZ2@ +asc_makegfx_LDADD = ../../sdl/libsdl.a @LDADDLIBBZ2@ +asc_mntgraph_LDADD = ../../sdl/libsdl.a @LDADDLIBBZ2@ +asc_viewid_LDADD = ../../sdl/libsdl.a @LDADDLIBBZ2@ ++asc_tank2pcx_LDADD = ../../sdl/libsdl.a @LDADDLIBBZ2@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../config.h CONFIG_CLEAN_FILES = -@@ -95,7 +95,7 @@ +@@ -102,7 +102,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../../.. @@ -30,4 +32,4 @@ $FreeBSD$ +CPPFLAGS = @CPPFLAGS@ -DPREFIX=\"$(prefix)\" LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ - asc_demount_OBJECTS = demount.o basestrm.o misc.o ascstring.o + asc_demount_OBJECTS = demount.o basestrm.o misc.o ascstring.o \ |