From be9b6158694d56a0ad7af09df243e177cb0cbc4c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 1 Sep 2003 03:02:15 +0000 Subject: - don't clobber any given LDFLAGS resolves conflitcs with bsd.openssl.mk --- ftp/pavuk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp') diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index dc52951479de..faf63a668dd0 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -24,8 +24,8 @@ USE_REINPLACE= yes WANT_GNOME= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-locale-dir=${LOCALBASE}/share/locale \ --disable-debug --disable-gnome --enable-threads -- cgit v1.2.3