diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-25 12:32:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-25 12:32:59 +0000 |
commit | 1c83ed04e5afeb5ca077c7b510c82aa8aa8bf650 (patch) | |
tree | 2023dd6cbfdefb020435c87e7fe4e4f4b32c1774 /www/screem-devel/files | |
parent | Update port to 1.5.0 (diff) |
Update to 0.2.10. Replace couple of patches with perl regex.
Notes
Notes:
svn path=/head/; revision=31031
Diffstat (limited to 'www/screem-devel/files')
-rw-r--r-- | www/screem-devel/files/patch-ab | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/www/screem-devel/files/patch-ab b/www/screem-devel/files/patch-ab deleted file mode 100644 index 7482922efb60..000000000000 --- a/www/screem-devel/files/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Mon Jul 17 21:51:46 2000 -+++ configure Fri Jul 21 12:13:37 2000 -@@ -2763,14 +2763,14 @@ - PTHREAD_LIB="-lpthreads" - else - echo "$ac_t""no" 1>&6 --echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 --echo "configure:2768: checking for pthread_create in -lc_r" >&5 -+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 -+echo "configure:2768: checking for pthread_create in -pthread" >&5 - ac_lib_var=`echo c_r'_'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="-lc_r $LIBS" -+LIBS="-pthread $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2776 "configure" - #include "confdefs.h" -@@ -2798,7 +2798,8 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PTHREAD_LIB="-lc_r" -+ PTHREAD_LIB="-pthread" -+ CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE" - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 -@@ -6296,7 +6297,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo |