Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37729297
en ru br
ALT Linux repositórios
S:1.5.6-alt1.qa1
5.0: 1.5.6-alt0.4
4.1: 1.5.6-alt0.4
4.0: 1.5.6-alt0.4
3.0: 1.5.5-alt1

Group :: Sistema/Bibliotecas
RPM: libjsw

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: libjsw-gcc4.patch
Download


--- forcefeedback.c.orig	2006-06-05 12:11:08 +0400
+++ libjsw/forcefeedback.c	2006-06-05 12:11:57 +0400
@@ -57,5 +57,5 @@
 
 	/* Deallocate structure itself. */
 	free(ff);
-	ff = ptr = NULL;
+	ptr = ff = NULL;
 }
--- Makefile.Linux.orig	2006-06-05 12:14:36 +0400
+++ libjsw/Makefile.Linux	2006-06-05 12:15:14 +0400
@@ -96,7 +96,7 @@
 
 modules: $(OBJ_C) $(OBJ_CPP)
 	@echo  -n "Linking modules..."
-	@$(CC) $(OBJ_C) $(OBJ_CPP) -Wl,-soname=$(LIB) -shared -o $(LIB) $(LIBS) $(LIB_DIRS)
+	@$(CPP) $(OBJ_C) $(OBJ_CPP) -Wl,-soname=$(LIB) -shared -o $(LIB) $(LIBS) $(LIB_DIRS)
 	@echo -n "   "
 	@$(RM) $(RMFLAGS) $(LIBPFX).so
 	@$(LINK) -s $(LIB) $(LIBPFX).so
--- Makefile.Linux.orig	2006-06-05 12:24:57 +0400
+++ jscalibrator/Makefile.Linux	2006-06-05 12:25:19 +0400
@@ -76,7 +76,7 @@
 #   to the LIB line depending on what you have set in the CFLAGS line
 #   farther above.
 #
-LIBS = -ljsw `gtk-config --libs`
+LIBS = ../libjsw/libjsw.so `gtk-config --libs`
 
 # Library Directories:
 #
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009