diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /www/mozilla-vendor/files/patch-qt | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'www/mozilla-vendor/files/patch-qt')
-rw-r--r-- | www/mozilla-vendor/files/patch-qt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/mozilla-vendor/files/patch-qt b/www/mozilla-vendor/files/patch-qt deleted file mode 100644 index b7964a4911ff..000000000000 --- a/www/mozilla-vendor/files/patch-qt +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Thu Apr 13 19:18:25 2000 -+++ configure Thu Apr 20 09:07:57 2000 -@@ -5618,7 +5618,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:5620: checking for Qt insanity" >&5 - -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" - QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" - - # Check whether --with-static-qt or --without-static-qt was given. -@@ -7108,6 +7108,9 @@ - case "$target_os" in - os2*) - LIBS= -+ ;; -+freebsd*) -+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" - ;; - esac - for ac_hdr in sys/byteorder.h compat.h getopt.h |