freebsd-ports/graphics/iulib/files
John Marino 7afd9ae9f9 graphics/iulib: Fix c++ template so gcc5 can build iulib, but use clang
This error should have appeared with gcc 4.9.  According to documentation,
  "Default arguments on redeclaration of member functions of class
   template now rejected"

The default argument has to appear in first declaration of the template.

Fixing this for gcc5 has the pleasant side effect of allowing USE_GCC
requirement to be dropped.  Clang needed this fix too!

Approved by:	blanket (gcc5, clang)
2015-04-21 09:37:13 +00:00
..
patch-configure.ac
patch-genAM.py
patch-imglib_imgops.cc
patch-imglib_imgops.h
patch-utils__dgraphics.cc
patch-utils__dgraphics_nosdl.cc
patch-vidio__vidio.cc