summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files/patch-libpnmrw.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:31:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:31:13 +0000
commit7f36934d440e9eef6de5bb89c7a0c6d94b7b1ea4 (patch)
tree3bddb5ab6e3fb3a57edca76c00d09e6b3c99ac3e /multimedia/mpeg_encode/files/patch-libpnmrw.c
parentRename misc/ patch-xy patches to reflect the files they modify. (diff)
Rename multimedia/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363283
Diffstat (limited to 'multimedia/mpeg_encode/files/patch-libpnmrw.c')
-rw-r--r--multimedia/mpeg_encode/files/patch-libpnmrw.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpeg_encode/files/patch-libpnmrw.c b/multimedia/mpeg_encode/files/patch-libpnmrw.c
new file mode 100644
index 000000000000..5af9c672ec4a
--- /dev/null
+++ b/multimedia/mpeg_encode/files/patch-libpnmrw.c
@@ -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;