Index: head/comms/flrig/files/patch-configure =================================================================== --- head/comms/flrig/files/patch-configure (revision 459375) +++ head/comms/flrig/files/patch-configure (revision 459376) @@ -1,11 +1,11 @@ ---- configure.orig 2017-04-01 02:21:18 UTC +--- configure.orig 2018-01-14 19:21:15 UTC +++ configure -@@ -6143,7 +6143,7 @@ $as_echo "$FLTK_CONFIG" >&6; } +@@ -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"; Index: head/comms/flrig/files/patch-src_main.cxx =================================================================== --- head/comms/flrig/files/patch-src_main.cxx (nonexistent) +++ head/comms/flrig/files/patch-src_main.cxx (revision 459376) @@ -0,0 +1,11 @@ +--- src/main.cxx.orig 2018-01-18 20:38:50 UTC ++++ src/main.cxx +@@ -514,7 +514,7 @@ int parse_args(int argc, char **argv, int& idx) + exit(0); + } + if (strcasecmp("--version", argv[idx]) == 0) { +- printf("Version: "VERSION"\n"); ++ printf("Version: %s\n",VERSION); + exit (0); + } + if (strcasecmp("--rig_debug", argv[idx]) == 0) { Property changes on: head/comms/flrig/files/patch-src_main.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property