[uim-commit] r3117 - trunk/qt

nosuke at freedesktop.org nosuke at freedesktop.org
Sat Feb 18 02:13:11 PST 2006


Author: nosuke
Date: 2006-02-18 02:13:05 -0800 (Sat, 18 Feb 2006)
New Revision: 3117

Modified:
   trunk/qt/Makefile.am
Log:
* qt/Makefile.am
  - Fix a problem that uim-im-switcher-qt cannot be compiled
    on some environments which don't have setenv(3) such as
    Solaris8.



Modified: trunk/qt/Makefile.am
===================================================================
--- trunk/qt/Makefile.am	2006-02-18 09:24:53 UTC (rev 3116)
+++ trunk/qt/Makefile.am	2006-02-18 10:13:05 UTC (rev 3117)
@@ -107,7 +107,12 @@
 uim_im_switcher_qt_LDFLAGS  = $(QT_LDFLAGS)
 uim_im_switcher_qt_LDADD    = $(top_builddir)/uim/libuim.la
 switcher-qt.cpp: switcher-qt.moc
+if NEED_SETENV_C
+uim_im_switcher_qt_SOURCES += $(top_srcdir)/replace/os_dep.h
+uim_im_switcher_qt_LDADD   += $(top_builddir)/replace/libreplace.la
+endif
 
+
 # Pref
 nodist_uim_pref_qt_SOURCES = \
 	pref-olisteditformbase.cpp \



More information about the uim-commit mailing list