X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gl-ac.patch;fp=gl-ac.patch;h=827fdea054680d218e0e9b72d6145e9812c745fe;hb=f31d1480f4289ba0ddbc7590ee8b6f482eb85d41;hp=0000000000000000000000000000000000000000;hpb=7e68a3c552eb818b41acdf528b3c6da0a214e509;p=packages%2Fgource.git diff --git a/gl-ac.patch b/gl-ac.patch new file mode 100644 index 0000000..827fdea --- /dev/null +++ b/gl-ac.patch @@ -0,0 +1,11 @@ +--- gource-0.40/m4/ax_check_glu.m4~ 2013-04-24 03:58:51.000000000 +0200 ++++ gource-0.40/m4/ax_check_glu.m4 2015-06-27 12:04:05.304524114 +0200 +@@ -131,7 +131,7 @@ + # else + # include + # endif]], +- [[GLvoid (*func)(...); gluTessCallback(0, 0, func)]])], ++ [[GLvoid (*func)(); gluTessCallback(0, 0, func)]])], + [ax_cv_varargs_glu_tesscb=yes]) + CXXFLAGS=$ax_save_CXXFLAGS + AC_LANG_POP([C++])])