Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567816
en ru br
ALT Linux repos
S:36.04-alt1.1

Group :: Emulators
RPM: minivmac

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: minivmac-as-needed.patch
Download


diff -ur minivmac-3.1.3-lx86.old/Makefile minivmac-3.1.3-lx86/Makefile
--- minivmac-3.1.3-lx86.old/Makefile	2011-02-13 14:05:14.057037396 +0000
+++ minivmac-3.1.3-lx86/Makefile	2011-02-13 14:05:29.215235407 +0000
@@ -55,8 +55,8 @@
 
 minivmac : $(ObjFiles)
 	gcc \
-		-o "minivmac" `pkg-config --libs gtk+-2.0` \
-		$(ObjFiles)
+		-o "minivmac"	$(ObjFiles) `pkg-config --libs gtk+-2.0` \
+	
 
 clean :
 	rm -f $(ObjFiles)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin