mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
* Add license information. * Regenerate patch to fix portlint warning. * Remove wrong @undexec line from pkg-plist. * Use @sample macro to handle configuration file. * Bump PORTREVISION because of pkg-plist change. PR: 222316 Submitted by: Yasuhiro Kimura <yasu@utahime.org>
11 lines
550 B
Text
11 lines
550 B
Text
--- configure.orig 2008-06-30 17:03:01 UTC
|
|
+++ configure
|
|
@@ -3643,7 +3643,7 @@ fi
|
|
# which indicates that we try without any flags at all, and "pthread-config"
|
|
# which is a program returning the flags for the Pth emulation library.
|
|
|
|
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
|
|
+acx_pthread_flags="pthreads none -Kthread -kthread -lpthread -pthread -mt pthread-config"
|
|
|
|
# The ordering *is* (sometimes) important. Some notes on the
|
|
# individual items follow:
|