mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- 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)
13 lines
465 B
Text
13 lines
465 B
Text
--- 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
|