aboutsummaryrefslogtreecommitdiffstats
path: root/irc/sic
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-12-18 07:49:22 +0800
committersteve <steve@FreeBSD.org>2000-12-18 07:49:22 +0800
commitd04ba08760a1e413d3ec461167145b0ebdb0cafc (patch)
treea8d0a5dce57d55717bb49280e856a54b7579d3f6 /irc/sic
parent994ce21519ff7e83cc11f9dc0011eff065b896d1 (diff)
downloadfreebsd-ports-gnome-d04ba08760a1e413d3ec461167145b0ebdb0cafc.tar.gz
freebsd-ports-gnome-d04ba08760a1e413d3ec461167145b0ebdb0cafc.tar.zst
freebsd-ports-gnome-d04ba08760a1e413d3ec461167145b0ebdb0cafc.zip
Forgot to add this file during previous commit.
PR: 23282
Diffstat (limited to 'irc/sic')
-rw-r--r--irc/sic/files/patch-ac29
1 files changed, 29 insertions, 0 deletions
diff --git a/irc/sic/files/patch-ac b/irc/sic/files/patch-ac
new file mode 100644
index 000000000000..0fa5559ce1a6
--- /dev/null
+++ b/irc/sic/files/patch-ac
@@ -0,0 +1,29 @@
+--- configure.orig Tue Aug 1 00:37:23 2000
++++ configure Mon Dec 4 22:27:39 2000
+@@ -1299,14 +1299,14 @@
+ fi
+ rm -f confcache
+
+-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
+-echo "configure:1304: checking for pthread_create in -lpthread" >&5
++echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
++echo "configure:1304: checking for pthread_create in -pthread" >&5
+ ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lpthread $LIBS"
++LIBS="-pthread $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 1312 "configure"
+ #include "confdefs.h"
+@@ -1340,7 +1340,7 @@
+ #define $ac_tr_lib 1
+ EOF
+
+- LIBS="-lpthread $LIBS"
++ LIBS="-pthread $LIBS"
+
+ else
+ echo "$ac_t""no" 1>&6