freebsd-ports/comms/gnokii/files/patch-configure
Anders Nordby 20e5048262 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.
2002-05-23 01:02:28 +00:00

22 lines
628 B
Plaintext

--- 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