diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-09 20:15:41 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-09 20:15:41 +0000 |
commit | 8131018eb10cd14e9feacbe2df8c55a145b520ac (patch) | |
tree | a3111717639c70bde4a506767798a47c574200d0 /textproc | |
parent | Allow users other than root to shutdown and restart the computer from logout. (diff) |
Fix -pthread/-lc issue.
PR: ports/65848
Approved by: maintainer silence
Notes
Notes:
svn path=/head/; revision=108755
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-csconv/files/patch-lib_CSConv_configure | 22 | ||||
-rw-r--r-- | textproc/iiimf-csconv/files/patch-lib_CSConv_converterPI_configure | 18 |
2 files changed, 37 insertions, 3 deletions
diff --git a/textproc/iiimf-csconv/files/patch-lib_CSConv_configure b/textproc/iiimf-csconv/files/patch-lib_CSConv_configure index f33a2889f95b..78e2bc447e73 100644 --- a/textproc/iiimf-csconv/files/patch-lib_CSConv_configure +++ b/textproc/iiimf-csconv/files/patch-lib_CSConv_configure @@ -1,6 +1,22 @@ ---- configure.orig Sat Dec 6 01:28:41 2003 -+++ configure Sat Dec 6 01:28:43 2003 -@@ -6220,6 +6220,7 @@ +--- configure.orig Sat Aug 23 09:33:31 2003 ++++ configure Wed Apr 21 12:04:17 2004 +@@ -2772,7 +2772,6 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lc $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -2819,7 +2818,6 @@ + #define HAVE_LIBC 1 + _ACEOF + +- LIBS="-lc $LIBS" + + fi + +@@ -6220,6 +6218,7 @@ case "${host}" in *solaris*) platform=SOLARIS ;; *linux*) platform=LINUX ;; diff --git a/textproc/iiimf-csconv/files/patch-lib_CSConv_converterPI_configure b/textproc/iiimf-csconv/files/patch-lib_CSConv_converterPI_configure new file mode 100644 index 000000000000..b6fb8419605d --- /dev/null +++ b/textproc/iiimf-csconv/files/patch-lib_CSConv_converterPI_configure @@ -0,0 +1,18 @@ +--- converterPI/configure.orig Wed Apr 21 12:04:26 2004 ++++ converterPI/configure Wed Apr 21 12:04:34 2004 +@@ -1152,7 +1152,6 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lc $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1158 "configure" + #include "confdefs.h" +@@ -1182,7 +1181,6 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lc $LIBS" + + else + echo "$ac_t""no" 1>&6 |