diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-07 11:47:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-07 11:47:04 +0000 |
commit | 5c9c67db540375164729bc98508d75ffeaa91e93 (patch) | |
tree | b11e2931763b9a3e9db774501f3f62a3c15f973b /app-i18n/fcitx/files | |
parent | Removed old versions. (diff) | |
download | gentoo-2-5c9c67db540375164729bc98508d75ffeaa91e93.tar.gz gentoo-2-5c9c67db540375164729bc98508d75ffeaa91e93.tar.bz2 gentoo-2-5c9c67db540375164729bc98508d75ffeaa91e93.zip |
Add patch to fix building with --as-needed, closes bug #225211. Thanks to Hong Hao for reporting.
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-i18n/fcitx/files')
-rw-r--r-- | app-i18n/fcitx/files/fcitx-3.5_pre070703-asneeded.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-i18n/fcitx/files/fcitx-3.5_pre070703-asneeded.patch b/app-i18n/fcitx/files/fcitx-3.5_pre070703-asneeded.patch new file mode 100644 index 000000000000..b1c012b1546b --- /dev/null +++ b/app-i18n/fcitx/files/fcitx-3.5_pre070703-asneeded.patch @@ -0,0 +1,11 @@ +Index: fcitx-3.5/src/Makefile.am +=================================================================== +--- fcitx-3.5.orig/src/Makefile.am ++++ fcitx-3.5/src/Makefile.am +@@ -32,5 +32,4 @@ fcitx_SOURCES = IC.c IC.h \ + fcitx.h extra.c extra.h \ + internalVersion.c + +-fcitx_LDADD = ../lib/libXimd.a +-fcitx_LDFLAGS = -lXpm ++fcitx_LDADD = ../lib/libXimd.a -lXpm |