Index: head/comms/flwrap/files/patch-src_flwrap.cxx =================================================================== --- head/comms/flwrap/files/patch-src_flwrap.cxx (nonexistent) +++ head/comms/flwrap/files/patch-src_flwrap.cxx (revision 459379) @@ -0,0 +1,11 @@ +--- src/flwrap.cxx.orig 2018-01-18 20:57:00 UTC ++++ src/flwrap.cxx +@@ -547,7 +547,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); + } + Property changes on: head/comms/flwrap/files/patch-src_flwrap.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