From owner-freebsd-ports@FreeBSD.ORG Sun Sep 7 02:07:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C2716A4BF for ; Sun, 7 Sep 2003 02:07:33 -0700 (PDT) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F3343FE1 for ; Sun, 7 Sep 2003 02:07:31 -0700 (PDT) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id 59B17C6F79 for ; Sun, 7 Sep 2003 11:07:30 +0200 (CEST) Received: from atlantis.rodal.no (m137h.studby.ntnu.no [129.241.135.137]) by merke.itea.ntnu.no (Postfix) with ESMTP id 0F0B2C720B for ; Sun, 7 Sep 2003 11:07:30 +0200 (CEST) Received: (from morten@localhost) by atlantis.rodal.no (8.12.9/8.12.9/Submit) id h8797TYZ000876 for ports@freebsd.org; Sun, 7 Sep 2003 11:07:29 +0200 (CEST) (envelope-from morten) Date: Sun, 7 Sep 2003 11:07:29 +0200 From: Morten Rodal To: ports@freebsd.org Message-ID: <20030907090720.GA610@atlantis.rodal.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Subject: PTHREAD_LIBS in bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 09:07:33 -0000 --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--