Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Sep 2003 06:07:13 +0200
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        gnome@FreeBSD.org
Subject:   ports/devel/libsoup LDFLAGS
Message-ID:  <36P5a2Z6hX@dmeyer.dinoex.sub.org>

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

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 <bsd.port.mk>



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