diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-05-23 01:02:28 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-05-23 01:02:28 +0000 |
commit | 20e5048262b903d5ae0313f7be754314c67f9d71 (patch) | |
tree | 6326fafd8cf043f02cd6f1674606ae8c516aa913 /comms/gnokii/files/patch-configure | |
parent | Fix MASTER_SITES and give maintainership to submitter. Knock out (diff) |
Update to 0.4.0 pre20. This brings support for several more Nokia
models.
Make Nokia 6210 default phone type.
Unforbid: there are no known vulnerabilities for this version of gnokii.
Avoid USE_AUTOCONF.
Use sed instead of Perl for patching in port Makefile.
Notes
Notes:
svn path=/head/; revision=59750
Diffstat (limited to 'comms/gnokii/files/patch-configure')
-rw-r--r-- | comms/gnokii/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/gnokii/files/patch-configure b/comms/gnokii/files/patch-configure new file mode 100644 index 000000000000..2df59f844725 --- /dev/null +++ b/comms/gnokii/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Fri May 10 00:31:53 2002 ++++ configure Wed May 22 02:04:02 2002 +@@ -661,7 +661,6 @@ + + + +-CFLAGS="-O2 -Wall" + ALL_LINGUAS="cs de et fi nl sk pl it sl" + + echo $ac_n "checking for include/config.h.in""... $ac_c" 1>&6 +@@ -1970,8 +1969,8 @@ + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + +- PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_THREAD_SAFE" +- PTHREAD_LIBS="-pthread" ++ PTHREAD_CFLAGS="$PTHREAD_CFLAGS %%PTHREAD_CFLAGS%%" ++ PTHREAD_LIBS="%%PTHREAD_LIBS%%" + else + echo "$ac_t""no" 1>&6 + fi |