freebsd-ports/graphics/pfstools/files/patch-src_octave_pfsstat
Yuri Victorovich 54975cd08c graphics/pfstools: Update to 2.1.0
Port changes:
* Change to DISTVERSION
* Add LICENSE_FILE
* Change to cmake (from gmake)
* Update of all options accordingly

PR:		225537
Submitted by:	Iouri V. Ivliev <fbsd@any.com.ru> (maintainer)
2018-03-20 06:33:01 +00:00

11 lines
233 B
Text

--- src/octave/pfsstat.orig 2017-11-13 17:38:28 UTC
+++ src/octave/pfsstat
@@ -25,6 +25,8 @@
#
# See man page for more information
+pkg load signal;
+
pin = pfsopen( "stdin" );
#fprintf( stderr, "l = %d\n", length( argv ) );