summaryrefslogtreecommitdiff
path: root/comms/hamfax/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--comms/hamfax/files/patch-configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/comms/hamfax/files/patch-configure b/comms/hamfax/files/patch-configure
index 783caecd6c22..2413addbdbb6 100644
--- a/comms/hamfax/files/patch-configure
+++ b/comms/hamfax/files/patch-configure
@@ -1,11 +1,20 @@
---- configure.orig Sat Jun 7 11:05:07 2003
-+++ configure Sat Jun 7 11:08:01 2003
+--- configure.orig Thu Jan 30 22:25:15 2003
++++ configure Mon Jul 5 13:03:08 2004
+@@ -3714,7 +3714,7 @@
+ bnv_qt_lib="`ls $bnv_qt_lib_dir/libqt* | sed -n 1p |
+ sed s@$bnv_qt_lib_dir/lib@@ | sed s@[.].*@@`"
+ fi
+- bnv_qt_LIBS="-L$bnv_qt_lib_dir -l$bnv_qt_lib $X_PRE_LIBS $X_LIBS -lX11 -lXext -lXmu -lXt -lXi $X_EXTRA_LIBS"
++ bnv_qt_LIBS="$LIBS -L$bnv_qt_lib_dir -l$bnv_qt_lib $X_PRE_LIBS $X_LIBS -lX11 -lXext -lXmu -lXt -lXi $X_EXTRA_LIBS"
+ else
+ # Use cached value or do search, starting with suggestions from
+ # the command line
@@ -4172,7 +4172,7 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }
- bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out`
-+ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -vi warning:`
++ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -vi warning`
if test x"$bnv_err_4" != x; then
echo "$bnv_err_4" >&5
else