Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 10:10:01 GMT
From:      John Marino <freebsd.contact@marino.st>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/183513: [PATCH] cad/feappv: post-patch target makes matches that can never be true
Message-ID:  <201311061010.rA6AA1Dm026301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/183513; it has been noted by GNATS.

From: John Marino <freebsd.contact@marino.st>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183513: [PATCH] cad/feappv: post-patch target makes matches
 that can never be true
Date: Wed, 06 Nov 2013 11:06:21 +0100

 By the way, your example proves even proves that this is broken.
 
 CCOPTFLAG is supposed to be changed to the contents of CFLAGS, which is
 "-I${LOCALBASE}/include" per the port's makefile.
 
 The fact that it remained as "-O3 -ftree-vectorize -Wall" proves that
 the substitution didn't take place.  That's what it's already defined as
 in Makefile.in.
 
 John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061010.rA6AA1Dm026301>