diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 15:14:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 15:14:00 +0000 |
commit | cd81526d9a23ccd30b2653480791e3752f57dcaf (patch) | |
tree | c104c28f5a198e30679de47e8578bb610b1abcdc /comms/hamfax | |
parent | 170b76e0f6cf872d7f7a2befcd78089f8de2569d (diff) | |
download | ports-cd81526d9a23ccd30b2653480791e3752f57dcaf.tar.gz ports-cd81526d9a23ccd30b2653480791e3752f57dcaf.zip |
Notes
Diffstat (limited to 'comms/hamfax')
-rw-r--r-- | comms/hamfax/Makefile | 8 | ||||
-rw-r--r-- | comms/hamfax/files/patch-configure | 15 |
2 files changed, 13 insertions, 10 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile index f468b98eaeee..34287f87543b 100644 --- a/comms/hamfax/Makefile +++ b/comms/hamfax/Makefile @@ -26,10 +26,4 @@ CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \ USE_GMAKE= yes USE_BZIP2= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Configure fails on 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 |