summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files/patch-aa
blob: 7bd0c1b7fc5e4487a710684be0a31bd0fa51862d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- headers/libpnmrw.h.orig	Wed Aug  9 11:17:41 1995
+++ headers/libpnmrw.h	Tue Jul 23 17:06:15 2002
@@ -20,7 +20,7 @@
 ** that point here, feel free to tweak or remove these declarations.
 */
 #include <malloc.h>
-#if !defined(sco)  &&  !defined(sgi) && !defined(IRIX)
+#if !defined(sco)  &&  !defined(sgi) && !defined(IRIX) && !defined(__FreeBSD__)
 extern char* malloc();
 #endif
 /* End of configurable definitions. */