Date: Sun, 26 Nov 2006 21:18:33 +0100 From: Pawel Worach <pawel.worach@gmail.com> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/abacus Makefile Message-ID: <4569F699.6070206@gmail.com> In-Reply-To: <200611261950.kAQJoU75021872@repoman.freebsd.org> References: <200611261950.kAQJoU75021872@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------090603090303020800070306 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dirk Meyer wrote: > dinoex 2006-11-26 19:50:30 UTC > > FreeBSD ports repository > > Modified files: > deskutils/abacus Makefile > Log: > - pass LDFLAGS to Makefile > > Revision Changes Path > 1.27 +1 -0 ports/deskutils/abacus/Makefile > The first assignment of MAKE_ENV had a missing 'D' in LDFLAGS so maybe this will work? -- Pawel --------------090603090303020800070306 Content-Type: text/x-patch; name="abacus.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="abacus.diff" --- Makefile.orig Sun Nov 26 21:16:12 2006 +++ Makefile Sun Nov 26 21:16:41 2006 @@ -23,10 +23,9 @@ USE_XLIB= yes USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -Wno-deprecated" LFLAGS="${LDFLAGS}" +MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -Wno-deprecated" LDFLAGS="${LDFLAGS}" LDFLAGS+= -L$(X11BASE)/lib -L$(LOCALBASE)/lib ALL_TARGET= dep tcl_interf/nxlc -MAKE_ENV+= LDFLAGS="${LDFLAGS}" MAN1= abacus.1 --------------090603090303020800070306--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4569F699.6070206>