From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 31 23:01:56 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D271816A4BF for ; Sun, 31 Aug 2003 23:01:56 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFFC43FAF for ; Sun, 31 Aug 2003 23:01:55 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h815xkxk023798; Mon, 1 Sep 2003 01:59:46 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h8160gff028847; Mon, 1 Sep 2003 02:00:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Dirk Meyer In-Reply-To: <36P5a2Z6hX@dmeyer.dinoex.sub.org> References: <36P5a2Z6hX@dmeyer.dinoex.sub.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2m/0GnwKFmpZsr6rGRAN" Organization: MarcusCom, Inc. Message-Id: <1062396110.42216.33.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 01 Sep 2003 02:01:50 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: ports/devel/libsoup LDFLAGS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 06:01:57 -0000 --=-2m/0GnwKFmpZsr6rGRAN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-09-01 at 00:07, Dirk Meyer wrote: > Problem: > - don't clobber any given LDFLAGS > resolves conflitcs with bsd.openssl.mk >=20 > please approve the patch. Approved. Joe >=20 > kind regards Dirk >=20 > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/pcvs/ports/devel/libsoup/Makefile,v > retrieving revision 1.14 > diff -u -r1.14 Makefile > --- Makefile 11 Jun 2003 04:37:27 -0000 1.14 > +++ Makefile 1 Sep 2003 03:04:24 -0000 > @@ -23,7 +23,7 @@ > USE_LIBTOOL=3D yes > USE_OPENSSL=3D yes > CONFIGURE_ARGS=3D --with-html-dir=3D${PREFIX}/share/doc > -CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ > - LDFLAGS=3D"-L${LOCALBASE}/lib" > +CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" > +LDFLAGS+=3D -L${LOCALBASE}/lib > =20 > .include > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-2m/0GnwKFmpZsr6rGRAN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/UuDOb2iPiv4Uz4cRAisSAJwKdonxhcUgnjinMoT22pHXYXaYawCdG7DL UhiNmxo3td+56NRucYb+zzw= =KveH -----END PGP SIGNATURE----- --=-2m/0GnwKFmpZsr6rGRAN--