diff options
author | 2014-02-21 16:10:47 +0000 | |
---|---|---|
committer | 2014-02-21 16:10:47 +0000 | |
commit | fbdf09fec441ad5d18f39724e7f8dc4813dabd8b (patch) | |
tree | c09901bdbf6f38b0247ad62b361cf8befa4efb42 /app-i18n/ibus-handwrite/files | |
parent | Make problems with man page installation nonfatal (diff) | |
download | gentoo-2-fbdf09fec441ad5d18f39724e7f8dc4813dabd8b.tar.gz gentoo-2-fbdf09fec441ad5d18f39724e7f8dc4813dabd8b.tar.bz2 gentoo-2-fbdf09fec441ad5d18f39724e7f8dc4813dabd8b.zip |
fix under link bug #501954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-i18n/ibus-handwrite/files')
-rw-r--r-- | app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch b/app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch new file mode 100644 index 000000000000..bd73e4f41f46 --- /dev/null +++ b/app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 8625fe9..20fdd42 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -80,6 +80,8 @@ AS_IF([test "x${have_zinnia}" = "xyes" ],[ + AM_CONDITIONAL(WITH_ZINNIA,[false]) + ]) + ++AC_SEARCH_LIBS([atan2],[m]) ++ + # check ibus + PKG_CHECK_MODULES(IBUS, [ + ibus-1.0 >= 1.3 |