Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2012 18:15:32 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/aqemu/files patch-Embedded_Display__vncview.cpp
Message-ID:  <201205211815.q4LIFW5w091077@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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