diff options
| author | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:59:46 +0000 |
|---|---|---|
| committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-20 07:59:46 +0000 |
| commit | ba99c659537fcc907063ac0d0571601e2f1d276b (patch) | |
| tree | b02eabadb0b2ac992b53135a53ba129362fb2a93 /packages/swt/files/make_linux-fix.patch | |
| parent | 393fd0ff7b74d92b1754dffcdf8769936365d183 (diff) | |
| parent | a0e2d9d479491353d0bbd7ed7a1a862bd63b3dfd (diff) | |
merge of '7435522d56d19ccf11e4eb570b93e2f6cc418b0b'
and 'f460277636d213d6a3257745ceaac42b26814877'
Diffstat (limited to 'packages/swt/files/make_linux-fix.patch')
| -rw-r--r-- | packages/swt/files/make_linux-fix.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/swt/files/make_linux-fix.patch b/packages/swt/files/make_linux-fix.patch new file mode 100644 index 0000000000..1c98f5cad2 --- /dev/null +++ b/packages/swt/files/make_linux-fix.patch @@ -0,0 +1,22 @@ +Index: swt-source/make_linux.mak +=================================================================== +--- swt-source.orig/make_linux.mak 2008-01-23 15:08:02.000000000 +0800 ++++ swt-source/make_linux.mak 2008-01-23 15:08:21.000000000 +0800 +@@ -74,8 +74,6 @@ + -Wno-non-virtual-dtor \ + -fPIC \ + -I. \ +- -I$(JAVA_HOME)/include \ +- -I$(JAVA_HOME)/include/linux \ + ${SWT_PTR_CFLAGS} + MOZILLALIBS = -shared -Wl,--version-script=mozilla_exports -Bsymbolic + MOZILLAEXCLUDES = -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup +@@ -96,8 +94,6 @@ + -DSWT_VERSION=$(SWT_VERSION) \ + $(NATIVE_STATS) \ + -DLINUX -DGTK \ +- -I$(JAVA_HOME)/include \ +- -I$(JAVA_HOME)/include/linux \ + -fPIC \ + ${SWT_PTR_CFLAGS} + LIBS = -shared -fPIC |
