1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/comms/gnokii/files/patch-configure
Anders Nordby 0e3e65c6bc By me:
- 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)
2003-05-20 23:52:47 +00:00

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