cvs commit: ports/emulators/aqemu/files patch-Embedded_Display__vncview.cpp

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon May 21 18:15:33 UTC 2012


rakuco      2012-05-21 18:15:32 UTC

  FreeBSD ports repository

  Added files:
    emulators/aqemu/files patch-Embedded_Display__vncview.cpp 
  Log:
  Make the port build with the upcoming Qt 4.8.1.
  
  vncview.cpp defines a macro called "error" (which is ugly), and
  qfile.h, which is included later, defined a class method called error,
  and conflicts arise.
  
  Fix it by moving the macro definition after the Qt headers are
  included.
  
  Revision  Changes    Path
  1.1       +26 -0     ports/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp (new)


More information about the cvs-all mailing list