diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-12-24 09:38:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-12-24 09:38:07 +0000 |
commit | 413cc9c3afd654cb7c753ec634cb7ab703d1ce60 (patch) | |
tree | e517bb7bf9664133f1637e345a1c175698c7a21a /net-im/licq-qt-gui | |
parent | 79d5f61a89ad32c0ad4569d30a06ee09ac4af00c (diff) |
- fix build option WITH_KDE
PR: 90788
Submitted by: Yuri Khotyaintsev
Notes
Notes:
svn path=/head/; revision=151960
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/files/patch-configure b/net-im/licq-qt-gui/files/patch-configure new file mode 100644 index 000000000000..922b6c460bae --- /dev/null +++ b/net-im/licq-qt-gui/files/patch-configure @@ -0,0 +1,16 @@ +*** configure.orig Thu Dec 22 09:05:13 2005 +--- configure Thu Dec 22 09:11:23 2005 +*************** +*** 18060,18064 **** + + +! if test "$have_kde" == "yes"; then + # Extract the first word of "dcopidl", so it can be a program name with args. + set dummy dcopidl; ac_word=$2 +--- 18060,18064 ---- + + +! if test "X$have_kde" = "Xyes"; then + # Extract the first word of "dcopidl", so it can be a program name with args. + set dummy dcopidl; ac_word=$2 + |