Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created November 1, 2012 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyolk/3991347 to your computer and use it in GitHub Desktop.
Save yyolk/3991347 to your computer and use it in GitHub Desktop.
wget http://geekfun.com/wp-content/uploads/2011/08/jtux.PS3-YDL6.1.patch_.txt -O jtux.PS3-YDL6.1.patch
patch <jtux.PS3-YDL6.1.patch
patch <<-"PATCHDATA"
--- Makefile 2011-08-23 23:20:28.837431247 -0700
+++ Makefile 2011-08-23 23:21:12.637429481 -0700
@@ -1,4 +1,4 @@
-JAVA_INCLUDE = /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/include
+JAVA_INCLUDE = /usr/lib/jvm/default-java/include/
INCLUDE = -I. -Iinclude -I$(JAVA_INCLUDE) -I$(JAVA_INCLUDE)/linux
CFLAGS = -Wall -D_REENTRANT -D_THREAD_SAFE -std=c99
OBJECTS = jtux_clock.o jtux_dir.o jtux_file.o jtux_network.o \
PATCHDATA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment