diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-07 16:35:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-07 16:35:48 +0800 |
commit | d41b75194b875857d299ab9516e0dad3e6730f77 (patch) | |
tree | f2408e75a2e7afb626272110e6976a8dc7bb56dc /net-im | |
parent | 378d737cbb97a1150ec285f454b0a9dae1eebed1 (diff) | |
download | freebsd-ports-gnome-d41b75194b875857d299ab9516e0dad3e6730f77.tar.gz freebsd-ports-gnome-d41b75194b875857d299ab9516e0dad3e6730f77.tar.zst freebsd-ports-gnome-d41b75194b875857d299ab9516e0dad3e6730f77.zip |
Mark as Broken for XFree86 4.x.x.
PR: 34534
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 8afbcc9531a8..272ad66c9293 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -17,6 +17,10 @@ USE_QT_VER= 2 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" +.if exists(${X11BASE}/bin/XFree86) +BROKEN= hangs on startup with XFree84 4.x.x +.endif + post-patch: @${PERL5} -pi -e 's|libqt-mt.so.2|libqt2-mt.so.4|g;' \ -e 's|-lqt-mt|-lqt2-mt|g;' -e 's|libqt.so|libqt2.so|g;' \ |