svn commit: r317206 - head/security/xmlsec1

Baptiste Daroussin bapt at freebsd.org
Fri May 3 22:26:08 UTC 2013


On Fri, May 03, 2013 at 06:13:22PM -0400, Eitan Adler wrote:
> On 3 May 2013 09:44, Baptiste Daroussin <bapt at freebsd.org> wrote:
> > Author: bapt
> > Date: Fri May  3 13:44:47 2013
> > New Revision: 317206
> > URL: http://svnweb.freebsd.org/changeset/ports/317206
> >
> > Log:
> >   Fix build with bmake as make
> >
> > Modified:
> >   head/security/xmlsec1/Makefile
> >
> > Modified: head/security/xmlsec1/Makefile
> > ==============================================================================
> > --- head/security/xmlsec1/Makefile      Fri May  3 13:33:48 2013        (r317205)
> > +++ head/security/xmlsec1/Makefile      Fri May  3 13:44:47 2013        (r317206)
> > @@ -28,7 +28,9 @@ MAN1= xmlsec1.1 xmlsec1-config.1
> >  CFLAGS+=       -I${LOCALBASE}/include
> >  LDFLAGS+=      -L${LOCALBASE}/lib
> >  MAKE_ENV+=     ABS_BUILDDIR=${WRKSRC} TMPFOLDER=${WRKSRC}
> > +.if !defined(.PARSEDIR)
> >  MAKE_ARGS+=    -EABS_BUILDDIR
> > +.endif
> 
> Its probably a bit late to ask, but isn't there some .BMAKE variable
> that makes it more obvious what .PARSEDIR is checking for?   It seems
> a bit arbitrary.

Not that I'm aware of otherwise I would have used

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130504/488d8dc5/attachment.sig>


More information about the svn-ports-all mailing list