cvs commit: ports/devel/bglibs Makefile ports/devel/bglibs/files patch-clockgettime

Sergei Kolobov sergei at FreeBSD.org
Tue Oct 18 10:29:19 PDT 2005


sergei      2005-10-18 17:29:19 UTC

  FreeBSD ports repository

  Modified files:
    devel/bglibs         Makefile 
  Added files:
    devel/bglibs/files   patch-clockgettime 
  Log:
  - Attempt to fix the build on 4.x:
    - add patch for <time.h> that should be <sys/time.h>
    - newer versions of bglibs use some C9X/C99 macros (e.g. va_copy)
      which are only available in GCC 3.x. This should be a NOOP
      on 5.x but seems to fix the breakage under 4.x, although
      at the expense of the heavy GCC dependency
  
  Submitted by:   Dale Woolridge (in private e-mail)
  
  Revision  Changes    Path
  1.19      +1 -0      ports/devel/bglibs/Makefile
  1.1       +9 -0      ports/devel/bglibs/files/patch-clockgettime (new)


More information about the cvs-all mailing list