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
[-- Attachment #1 --]
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
[-- Attachment #2 --]
--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4569F699.6070206>
