svn commit: r311834 - head
Pietro Cerutti
gahr at FreeBSD.org
Thu Feb 7 13:35:05 UTC 2013
Author: gahr
Date: Thu Feb 7 13:35:04 2013
New Revision: 311834
URL: http://svnweb.freebsd.org/changeset/ports/311834
Log:
- Document that PTHREAD_CFLAGS and PTHREAD_LIBS are unsupported
Approved by: bapt (portmgr)
Modified:
head/CHANGES
Modified: head/CHANGES
==============================================================================
--- head/CHANGES Thu Feb 7 13:04:29 2013 (r311833)
+++ head/CHANGES Thu Feb 7 13:35:04 2013 (r311834)
@@ -10,6 +10,13 @@ in the release notes and/or placed into
All ports committers are allowed to commit to this file.
+20130207:
+AUTHOR: gahr at 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 at FreeBSD.org
More information about the svn-ports-head
mailing list