summaryrefslogtreecommitdiff
path: root/comms/hamfax/files/patch-configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-05 15:14:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-05 15:14:00 +0000
commitcd81526d9a23ccd30b2653480791e3752f57dcaf (patch)
treec104c28f5a198e30679de47e8578bb610b1abcdc /comms/hamfax/files/patch-configure
parentDon't commit with an empty stomach. (diff)
- Unbreak on 4.x: pass threading library to linker
PR: ports/68654 (based on) Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
Notes
Notes: svn path=/head/; revision=112964
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