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)
11 lines
233 B
Text
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 ) );
|