diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-12-24 17:38:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-12-24 17:38:07 +0800 |
commit | 978691c0f9f14fc4c9ffe2378cdf14b4eecc44b2 (patch) | |
tree | 53463c14e175bd42dd79546524ac5c8d09b72c38 /net-im/licq-qt-gui | |
parent | 854e1771118f9fa569a326dd05c77e24c46b30a4 (diff) | |
download | freebsd-ports-gnome-978691c0f9f14fc4c9ffe2378cdf14b4eecc44b2.tar.gz freebsd-ports-gnome-978691c0f9f14fc4c9ffe2378cdf14b4eecc44b2.tar.zst freebsd-ports-gnome-978691c0f9f14fc4c9ffe2378cdf14b4eecc44b2.zip |
- fix build option WITH_KDE
PR: 90788
Submitted by: Yuri Khotyaintsev
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 + |