summaryrefslogtreecommitdiff
path: root/audio/x11amp/files/patch-configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-01-28 16:18:27 +0000
committerRene Ladan <rene@FreeBSD.org>2015-01-28 16:18:27 +0000
commit0783421b56d414d5822a967505ce37ef1c9cfca5 (patch)
tree6f4bbc880dc8f8691ba951c9c144a5d6bace321f /audio/x11amp/files/patch-configure
parentUpdate to the latest commit. (diff)
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months 2015-01-26 audio/wmauda: Broken for more than 6 months 2015-01-26 audio/x11amp: Broken for more than 6 months 2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream 2015-01-26 ftp/rexx-curl: Broken for more than 6 months 2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months 2015-01-26 www/lifetype: Broken for more than 6 months 2015-01-26 www/ump: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=378068
Diffstat (limited to 'audio/x11amp/files/patch-configure')
-rw-r--r--audio/x11amp/files/patch-configure38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/x11amp/files/patch-configure b/audio/x11amp/files/patch-configure
deleted file mode 100644
index ff44ee263829..000000000000
--- a/audio/x11amp/files/patch-configure
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.orig Tue May 31 17:38:58 2005
-+++ configure Tue May 31 17:39:14 2005
-@@ -2202,14 +2202,14 @@
-
- rm -f conf.gtktest
-
--echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
--echo "configure:2207: checking for pthread_create in -lpthread" >&5
-+echo $ac_n "checking for pthread_create in ${PTHREAD_LIBS}""... $ac_c" 1>&6
-+echo "configure:2207: checking for pthread_create in ${PTHREAD_LIBS}" >&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} $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2215 "configure"
- #include "confdefs.h"
-@@ -2243,7 +2243,7 @@
- #define $ac_tr_lib 1
- EOF
-
-- LIBS="-lpthread $LIBS"
-+ LIBS="${PTHREAD_LIBS} $LIBS"
-
- else
- echo "$ac_t""no" 1>&6
-@@ -2495,7 +2495,7 @@
- HAVE_ESD_FALSE=
- fi
-
--CFLAGS=$GTK_CFLAGS
-+CFLAGS="$CFLAGS $GTK_CFLAGS"
- LIBS=$GTK_LIBS
-
- echo $ac_n "checking for thread-safe Xlib""... $ac_c" 1>&6