mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c755a680b5
Sponsored by: aliens
12 lines
536 B
Plaintext
12 lines
536 B
Plaintext
--- lib/replace/wscript.orig 2013-09-06 09:39:57.000000000 +0000
|
|
+++ lib/replace/wscript 2013-10-15 15:11:25.307472084 +0000
|
|
@@ -398,8 +398,6 @@
|
|
'it with --with-gettext=</path/to/gettext> or ' +
|
|
'--without-gettext to build without''')
|
|
|
|
- conf.CHECK_FUNCS_IN('pthread_create', 'pthread', checklibc=True, headers='pthread.h')
|
|
-
|
|
conf.CHECK_FUNCS_IN('crypt', 'crypt', checklibc=True)
|
|
|
|
conf.CHECK_VARIABLE('rl_event_hook', define='HAVE_DECL_RL_EVENT_HOOK', always=True,
|