Added one patchfile
main.cxx:517:21: error: invalid suffix on literal; C++11 requires a space +between literal and identifier [-Wreserved-user-defined-literal] printf("Version: "VERSION"\n");
Reported by: pkg-fallout
12 lines
531 B
Plaintext
12 lines
531 B
Plaintext
--- configure.orig 2018-01-14 19:21:15 UTC
|
|
+++ configure
|
|
@@ -6166,7 +6166,7 @@ $as_echo "$FLTK_CONFIG" >&6; }
|
|
FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
|
|
if test "x$target_mingw32" != "xyes"; then
|
|
if test "x$target_darwin" != "xyes"; then
|
|
- if grep -q "lX11" <<< "$FLTK_LIBS"; then
|
|
+ if echo "$FLTK_LIBS" | grep -q "lX11"; then
|
|
FLTK_LIBS="$FLTK_LIBS";
|
|
else
|
|
FLTK_LIBS="$FLTK_LIBS -lm -lX11";
|