cvs commit: ports/Mk bsd.port.mk

Pav Lucistnik pav at FreeBSD.org
Thu Jul 24 21:55:48 UTC 2008


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


More information about the cvs-all mailing list