cvs commit: ports/graphics/pixmap Makefile

Dejan Lesjak lesi at FreeBSD.org
Sat Jan 21 11:15:30 PST 2006


lesi        2006-01-21 19:15:29 UTC

  FreeBSD ports repository

  Modified files:
    graphics/pixmap      Makefile 
  Log:
  Fix breakage after X.Org upgrade to 6.9:
  A macro that helps gcc4 checking of sentinels was introduced in Xlib.h,
  Intrinsic.h and IntrinsicI.h and is defined in Xfuncproto.h. Apparently
  the sequence of including these X headers is not quite like this port
  would want it to be so the macros don't get expanded. Workaround this by
  adding them to CFLAGS as they would be for not-gcc4 case.
  
  Revision  Changes    Path
  1.20      +2 -0      ports/graphics/pixmap/Makefile


More information about the cvs-ports mailing list