aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 13:35:04 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 13:35:04 +0000
commit0e17d1407a410a75cf6599f9393af7c8653c7b81 (patch)
tree3ddd8bab7eccca204597ac78223438cc067e7c4e /CHANGES
parent0fb0d4a3b77d9b184ffa96c42c00b33d6e91cb29 (diff)
downloadports-0e17d1407a410a75cf6599f9393af7c8653c7b81.tar.gz
ports-0e17d1407a410a75cf6599f9393af7c8653c7b81.zip
- Document that PTHREAD_CFLAGS and PTHREAD_LIBS are unsupported
Approved by: bapt (portmgr)
Notes
Notes: svn path=/head/; revision=311834
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e318a18cd4dd..4481b15a4524 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130207:
+AUTHOR: gahr@FreeBSD.org
+
+ * Use of PTHREAD_CFLAGS and PTHREAD_LIBS is unsupported. The former
+ expands to the empty string, while the second is simply -pthread.
+ Please use -pthread directly in your LDFLAGS, if needed.
+
20121214:
AUTHOR: flo@FreeBSD.org