Change Details
qstardict/Makefile |
28 | 28 | $(call Build/Configure/Qmake,qstardict) |
29 | 29 | endef |
30 | 30 | |
31 | | TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib |
| 31 | TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -liconv |
32 | 32 | |
33 | 33 | define Package/qstardict/install |
34 | 34 | $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib/qstardict/plugins |
qstardict/patches/002-fix-glib-include.patch |
| 1 | --- a/plugins/stardict/stardict.cpp |
| 2 | @@ -28,8 +28,7 @@ |
| 3 | #include <QFile> |
| 4 | #include <QSettings> |
| 5 | #include <QStack> |
| 6 | -#include <glib/gmem.h> |
| 7 | -#include <glib/gstrfuncs.h> |
| 8 | +#include <glib.h> |
| 9 | #include "lib.h" |
| 10 | #include "file.hpp" |
| 11 | #include "settingsdialog.h" |
Download the corresponding diff file