diff options
Diffstat (limited to 'multimedia/mpeg_encode/files/patch-ab')
-rw-r--r-- | multimedia/mpeg_encode/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpeg_encode/files/patch-ab b/multimedia/mpeg_encode/files/patch-ab new file mode 100644 index 0000000..5af9c67 --- /dev/null +++ b/multimedia/mpeg_encode/files/patch-ab @@ -0,0 +1,11 @@ +--- ./libpnmrw.c~ Thu Aug 1 08:52:14 1996 ++++ ./libpnmrw.c Thu Aug 1 08:51:26 1996 +@@ -126,7 +126,9 @@ + pm_perror( reason ) + char* reason; + { ++#ifndef __FreeBSD__ + extern char* sys_errlist[]; ++#endif + extern int errno; + char* e; |