File eclipse-libswt-mozilla.patch of Package eclipse
--- build.sh.orig 2005-07-14 11:16:27.000000000 -0400 +++ build.sh 2005-07-14 11:18:08.000000000 -0400 @@ -23,6 +23,20 @@ case $OS in "Linux") + GECKO_INCLUDES="\ + -include mozilla-config.h \ + -I/usr/include/mozilla-1.7.12 \ + -I/usr/include/mozilla-1.7.12/xpcom \ + -I/usr/include/mozilla-1.7.12/string \ + -I/usr/include/nspr4 \ + -I/usr/include/mozilla-1.7.12/embed_base \ + -I/usr/include/mozilla-1.7.12/gfx" + GECKO_LIBS="\ + -L/usr/lib/mozilla-1.7.12 \ + -L/usr/lib/mozilla-1.7.12/components \ + -lgtkembedmoz -lxpcom" + # Set this to something to override the presets + GECKO_SDK="_" case $MODEL in "x86_64") CC=gcc