mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
0e3e65c6bc
- Update to 0.5.0. - Add ftp.gnokii.org as MASTER_SITE, as it is back. And from Simon: - Fix package building - use pkg-install for adding/removing the gnokii group. - Use REINPLACE_CMD instead of sed for cleanliness. - Unbreak building on -current. PR: ports/47516 Submitted by: Simon Schubert <corecode@corecode.ath.cx> (partly)
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
--- configure.orig Tue May 20 20:29:43 2003
|
|
+++ configure Tue May 20 20:30:35 2003
|
|
@@ -6407,8 +6407,8 @@
|
|
echo "${ECHO_T}$ac_cv_lib_c_r_pthread_attr_init" >&6
|
|
if test $ac_cv_lib_c_r_pthread_attr_init = yes; then
|
|
|
|
- PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_THREAD_SAFE"
|
|
- PTHREAD_LIBS="-pthread"
|
|
+ PTHREAD_CFLAGS="$PTHREAD_CFLAGS %%PTHREAD_CFLAGS%%"
|
|
+ PTHREAD_LIBS="%%PTHREAD_LIBS%%"
|
|
fi
|
|
|
|
fi
|