Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 13:35:04 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311834 - head
Message-ID:  <201302071335.r17DZ4xM064548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071335.r17DZ4xM064548>