ports/devel/libsoup LDFLAGS

Dirk Meyer dirk.meyer at dinoex.sub.org
Sun Aug 31 21:40:07 PDT 2003


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 at dinoex.sub.org],[dirk.meyer at guug.de],[dinoex at 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>


More information about the freebsd-gnome mailing list