aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim-kde
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2008-10-19 23:14:27 +0800
committernobutaka <nobutaka@FreeBSD.org>2008-10-19 23:14:27 +0800
commit25a9e7b30692cec55e67a66f48c82e8808c793c0 (patch)
treeaa1b36b0ae76e762dc9f8f42c4b44e1423e9ef7d /textproc/uim-kde
parent7bf412c30db4602d1bdd09223072eafb53839a77 (diff)
downloadfreebsd-ports-gnome-25a9e7b30692cec55e67a66f48c82e8808c793c0.tar.gz
freebsd-ports-gnome-25a9e7b30692cec55e67a66f48c82e8808c793c0.tar.zst
freebsd-ports-gnome-25a9e7b30692cec55e67a66f48c82e8808c793c0.zip
Update to 1.5.3.
Diffstat (limited to 'textproc/uim-kde')
-rw-r--r--textproc/uim-kde/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/uim-kde/Makefile b/textproc/uim-kde/Makefile
index 163e40323e8c..3a77bebe9700 100644
--- a/textproc/uim-kde/Makefile
+++ b/textproc/uim-kde/Makefile
@@ -9,6 +9,7 @@ PKGNAMESUFFIX= -kde
COMMENT= KDE panel applet of uim input method
+USE_GCC= 4.2
USE_KDELIBS_VER=3
USE_QT_VER= 3
USE_AUTOTOOLS= libtool:15
@@ -22,7 +23,7 @@ CONFIGURE_ARGS= --with-qt --enable-pref --enable-default-toolkit=qt \
--enable-kde-applet
CONFIGURE_ENV= QTDIR=${X11BASE}/lib QTINCDIR=${X11BASE}/include \
CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
- CXX="${CXX} -lc" \
+ CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
LIBS="${LIBS} ${PTHREAD_LIBS} -L${X11BASE}/lib -L${LOCALBASE}/lib" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${X11BASE}/lib -L${LOCALBASE}/lib"