From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 31 21:40:07 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 79F6C16A4BF for ; Sun, 31 Aug 2003 21:40:07 -0700 (PDT) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D084043FCB for ; Sun, 31 Aug 2003 21:40:05 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by uucp.dinoex.sub.de (8.12.9/8.12.9) with ESMTP id h814A1G4057057 for ; Mon, 1 Sep 2003 06:10:01 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: Received: from gate.dinoex.sub.org (dinoex@localhost)h814A1Od057052 for ; Mon, 1 Sep 2003 06:10:01 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: gnome@FreeBSD.org Message-ID: <36P5a2Z6hX@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Date: Mon, 01 Sep 2003 06:07:13 +0200 X-Mailer: Dinoex 1.79 X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-ZC-TELEFON: V+49-5606-6512Q F+49-5606-55023 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-ZC-POST: Im Grund 4;34317 Habichtswald;Germany X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20030901000000S+2@dinoex.sub.org Subject: 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 04:40:07 -0000 Problem: - don't clobber any given LDFLAGS resolves conflitcs with bsd.openssl.mk please approve the patch. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] Index: Makefile =================================================================== 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= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib .include