diff -up bolzplatz2006-1.0.3/libsrc/lwjgl/build.xml.jdk11 bolzplatz2006-1.0.3/libsrc/lwjgl/build.xml --- bolzplatz2006-1.0.3/libsrc/lwjgl/build.xml.jdk11 2021-12-02 12:17:38.588412431 +0100 +++ bolzplatz2006-1.0.3/libsrc/lwjgl/build.xml 2021-12-02 12:18:19.332606914 +0100 @@ -292,78 +292,25 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Lightweight Java Game Toolkit]]> Copyright © 2002-2005 lwjgl.org. All Rights Reserved.]]> @@ -372,7 +319,7 @@ - + diff -up bolzplatz2006-1.0.3/libsrc/lwjgl/src/native/linux/Makefile.jdk11 bolzplatz2006-1.0.3/libsrc/lwjgl/src/native/linux/Makefile --- bolzplatz2006-1.0.3/libsrc/lwjgl/src/native/linux/Makefile.jdk11 2021-12-02 12:18:11.801570965 +0100 +++ bolzplatz2006-1.0.3/libsrc/lwjgl/src/native/linux/Makefile 2021-12-02 12:18:19.332606914 +0100 @@ -4,7 +4,7 @@ CC=gcc LINKER=gcc STRIP= CFLAGS_LINK=-shared -Wall -LIBS=-lX11 -lXext -lpthread -L$(JAVA_HOME)/jre/lib/$(JAVA_ARCH) -ljawt -lvorbisfile -lXxf86vm -lXcursor -lXrender -lXrandr +LIBS=-lX11 -lXext -lpthread -L$(JAVA_HOME)/lib -ljawt -lvorbisfile -lXxf86vm -lXcursor -lXrender -lXrandr CFLAGS_O=-fPIC $(RPM_OPT_FLAGS) -D_X11 -pthread -c -I../common -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux SRC=$(wildcard *.c) $(wildcard ../common/*.c) $(wildcard ../common/arb/*.c) $(wildcard ../common/ati/*.c) $(wildcard ../common/ext/*.c) $(wildcard ../common/nv/*.c) $(wildcard ../common/ov/*.c) OBJECTS=$(subst .c,.o,$(SRC))