Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2008 21:55:47 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.port.mk
Message-ID:  <200807242155.m6OLtmPT035606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2008-07-24 21:55:47 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  - Add an ugly kludge to strip the trailing whitespace from CFLAGS (it comes
    this way from outside already).  Unless stripped, later CFLAGS+= assignments
    will produce a double-space in CFLAGS string.  Sub-configure will reduce it
    back to single space and complain that CFLAGS changed underneath it.
  
    Most prominent example of a problem solved by this kludge is the -CURRENT,
    where -fno-strict-aliasing is added to every port's CFLAGS.
  
  Revision  Changes    Path
  1.599     +5 -1      ports/Mk/bsd.port.mk



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