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
--- 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
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to