diff options
Diffstat (limited to 'www/seamonkey/files/patch-qt')
-rw-r--r-- | www/seamonkey/files/patch-qt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt deleted file mode 100644 index b7964a4911ff..000000000000 --- a/www/seamonkey/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 |