mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
Fix DOXYGEN option Use release archive as recommended by Porters Handbook Do some minor changes to Makefile to follow Porters Handbook more closely PR: 261400 Reviewed by: egypcio (maintainer)
11 lines
343 B
Text
11 lines
343 B
Text
--- configure.orig 2022-01-19 20:58:44 UTC
|
|
+++ configure
|
|
@@ -21201,7 +21201,7 @@ done
|
|
|
|
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
|
LIBS="$LIBS $PTHREAD_LIBS"
|
|
-for ac_func in pthread_spin_lock pthread_setschedparam \
|
|
+for ac_func in pthread_setschedparam \
|
|
pthread_mutexattr_setpshared \
|
|
pthread_condattr_setpshared \
|
|
sem_timedwait semtimedop
|