diff options
author | vs <vs@FreeBSD.org> | 2004-05-10 04:15:41 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-10 04:15:41 +0800 |
commit | 7c7cc428008905bc7effdc90982ec552a76ddeb6 (patch) | |
tree | 68d19700933f754f7bae2103de3c5e1e7f24773f /textproc | |
parent | 302289739fe727f63ee69c6f01ccfbc5c5f7445f (diff) | |
download | freebsd-ports-gnome-7c7cc428008905bc7effdc90982ec552a76ddeb6.tar.gz freebsd-ports-gnome-7c7cc428008905bc7effdc90982ec552a76ddeb6.tar.zst freebsd-ports-gnome-7c7cc428008905bc7effdc90982ec552a76ddeb6.zip |
Fix -pthread/-lc issue.
PR: ports/65848
Approved by: maintainer silence
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 |