Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2003 11:07:29 +0200
From:      Morten Rodal <morten@rodal.no>
To:        ports@freebsd.org
Subject:   PTHREAD_LIBS in bsd.port.mk
Message-ID:  <20030907090720.GA610@atlantis.rodal.no>

next in thread | raw e-mail | index | archive | help

--PmA2V3Z32TCmWXqI
Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv"
Content-Disposition: inline


--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Is there a reason this is not defined with ?=3D  (see attached patch if
you dont understand what I mean).  Wouldn't this prevent me from
passing on PTHREAD_LIBS=3D-lkse or -lthr?

--=20
Morten Rodal


--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

--- /tmp/bsd.port.mk	Sun Sep  7 11:00:18 2003
+++ bsd.port.mk	Sun Sep  7 11:00:44 2003
@@ -1634,8 +1634,8 @@
 PTHREAD_CFLAGS=3D	-D_THREAD_SAFE
 PTHREAD_LIBS=3D		-pthread
 .else
-PTHREAD_CFLAGS=3D	-D_THREAD_SAFE
-PTHREAD_LIBS=3D		-lc_r
+PTHREAD_CFLAGS?=3D	-D_THREAD_SAFE
+PTHREAD_LIBS?=3D		-lc_r
 .endif
=20
 .if exists(/usr/bin/fetch)

--ZGiS0Q5IWpPtfppv--

--PmA2V3Z32TCmWXqI
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/WvVIbWe1Cy11WVsRAukSAJ0XAtlniKPe0ZOHjqCuXboefTrh7QCeME5k
6OHXhlQzxhBvRghqKBIP9k4=
=wlHx
-----END PGP SIGNATURE-----

--PmA2V3Z32TCmWXqI--



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