diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-11-11 20:16:22 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-11-11 20:16:22 +0000 |
commit | 47ec278932f60209d889ecae56227070c10a8a96 (patch) | |
tree | fc7c18231135d33e1e4d286977f39dbe0ffde49c /www/mozilla-devel/files/patch-qt | |
parent | Update to version 1.1.11 (diff) |
Update to Milestone 10.
PR: 14272
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=23035
Diffstat (limited to 'www/mozilla-devel/files/patch-qt')
-rw-r--r-- | www/mozilla-devel/files/patch-qt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt new file mode 100644 index 000000000000..352c6117ddc3 --- /dev/null +++ b/www/mozilla-devel/files/patch-qt @@ -0,0 +1,8 @@ +This patch is not neccessary, since the Qt support in Mozilla appears +broken anyway (Perhaps, it needs Qt-2?). But it should stir the +configure to the right direction... +--- configure.orig Tue Sep 28 17:46:31 1999 ++++ configure Mon Oct 11 15:12:52 1999 +@@ -5342 +5342 @@ +- QT_CFLAGS="-I${QTDIR}/include/qt" ++ QT_CFLAGS="-I${QTDIR}/include/X11/qt" |