Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708175
en ru br
ALT Linux repos
S:1.3-alt1
5.0: 1.0-alt2.qa1
4.1: 1.0-alt2.qa1
4.0: 1.0-alt2
3.0: 1.0-alt1

Group :: Games/Arcade
RPM: tong

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: tong-1.0-fix-link-as-needed.patch
Download


--- Makefile 
+++ Makefile.fixed 
@@ -16,7 +16,7 @@
 #builds all, builds the target
 
 all:	$(OBJS)
-	$(CC) $(SDL_LDFLAGS) $(MIXER_FLAGS) $(IMG_FLAGS) $(OBJS) -o $(TARGET)
+	$(CC) -o $(TARGET) $(OBJS) $(SDL_LDFLAGS) $(MIXER_FLAGS) $(IMG_FLAGS)
 
 %.o: %.cpp
 	$(CC) $(SDL_CFLAGS) -c -o $@ $<
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin