aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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