File inputpipe-trunk-backports.patch of Package inputpipe
--- inputpipe-0.5/Makefile 2007-10-19 15:16:14.000000000 +0200 +++ inputpipe/Makefile 2007-10-19 15:14:54.000000000 +0200 @@ -21,10 +21,10 @@ $(INSTALL) inputpipe-client $(INSTDIR)/inputpipe-client inputpipe-server: $(SERVER_OBJS) - gcc -o $@ $(SERVER_OBJS) $(LDFLAGS) + $(CC) -o $@ $(SERVER_OBJS) $(LDFLAGS) inputpipe-client: $(CLIENT_OBJS) - gcc -o $@ $(CLIENT_OBJS) $(LDFLAGS) + $(CC) -o $@ $(CLIENT_OBJS) $(LDFLAGS) clean: rm -f $(BINS) $(SERVER_OBJS) $(CLIENT_OBJS) --- inputpipe-0.5/uinput/README 2007-10-19 15:16:13.000000000 +0200 +++ inputpipe/uinput/README 2007-10-19 15:14:53.000000000 +0200 @@ -2,3 +2,8 @@ required for force-feedback support in inputpipe-server. See the new comments in uinput.h for details on implementing force feedback devices. + +NOTE: Starting with linux-2.6.10-rc2-mm4, you don't need + this. Force feedback support is included in an unmodified + uinput driver. +