summaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/terminatorx/files/patch-configure')
-rw-r--r--audio/terminatorx/files/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/terminatorx/files/patch-configure b/audio/terminatorx/files/patch-configure
deleted file mode 100644
index 2c44692e19f9..000000000000
--- a/audio/terminatorx/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Mon May 13 20:02:09 2002
-+++ configure Mon May 13 20:07:07 2002
-@@ -1436,7 +1436,7 @@
- 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 1442 "configure"
- #include "confdefs.h"
-@@ -1470,7 +1470,7 @@
- #define $ac_tr_lib 1
- EOF
-
-- LIBS="-lpthread $LIBS"
-+ LIBS="-pthread $LIBS"
-
- else
- echo "$ac_t""no" 1>&6
-@@ -1983,7 +1983,7 @@
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
--ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-+ac_try="$ac_cpp -I/usr/local/include conftest.$ac_ext >/dev/null 2>conftest.out"
- { (eval echo configure:1988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then