diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-14 17:24:15 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-14 17:24:15 +0000 |
commit | 0e7d6abf2db55df036eca588dd3a10c8f921e35b (patch) | |
tree | f71672cddb406ea225bd9b14c971c704f2789c0c /packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch | |
parent | 1c431a952e3a9e7b0b10f661606c8e9d58da531d (diff) |
fbreader: Use Zaurus patches for htcuniversal too, update patch to fix link problem.
Diffstat (limited to 'packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch')
-rw-r--r-- | packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch b/packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch index 858a713125..ecb60a2108 100644 --- a/packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch +++ b/packages/fbreader/fbreader-0.8.2a/fbreader-0.8.2a_buildsys_oe.patch @@ -18,7 +18,7 @@ diff -Nur fbreader-0.8.2a.orig/makefiles/arch/openzaurus.mk fbreader-0.8.2a/make + UILIBS = -lqt-mt else - UILIBS = -lgpewidget -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -+ UILIBS = $(shell pkg-config --libs gtk+-2.0) -lgpewidget ++ UILIBS = $(shell pkg-config --libs gtk+-2.0) -lgpewidget -liconv endif -CFLAGS = -pipe -DOPIE_NO_DEBUG -DQT_NO_DEBUG -DQWS -fno-exceptions -fno-rtti -march=armv4 -mtune=xscale --param large-function-growth=2000 --param inline-unit-growth=200 -Wall -Wno-ctor-dtor-privacy -W -Winline |