Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46755 - im-ja-1.0-r1 does not include xim support due to --enable-xim
Summary: im-ja-1.0-r1 does not include xim support due to --enable-xim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-04 01:42 UTC by Tero Pelander
Modified: 2004-04-04 08:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tero Pelander 2004-04-04 01:42:34 UTC
The --enable-xim needs to be removed from the ebuild. The explanation is in the file already.

  # You cannot use `use_enable ...` here. im-ja's configure script
  # doesn't distinguish --enable-canna from --disable-canna, so
  # --enable-canna stands for --disable-canna in the script ;-(

--- im-ja-1.0-r1.ebuild.OLD     2004-04-04 12:28:34.264210778 +0300
+++ im-ja-1.0-r1.ebuild 2004-04-04 12:29:10.234118060 +0300
@@ -50 +50 @@
-       gnome2_src_compile --enable-xim $myconf || die
+       gnome2_src_compile $myconf || die
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-04-04 08:20:58 UTC
Right. I mistakenly replaced $myconf with --enable-xim when I
introduced 1.0 ebuild, and added $myconf back in 1.0-r1 but I
forgot to remove --enable-xim. I added the comment lines, though ;-(

Anyhow, the problem is fixed in CVS. Thanks for the report and patch.