aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h
blob: 3677f0259efc92e7bbb05bac3269ae3acc558acb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- include/mpeg4ip_getopt.h.orig	Tue Oct 15 13:12:27 2002
+++ include/mpeg4ip_getopt.h	Mon Feb 24 05:23:50 2003
@@ -11,6 +11,9 @@
 #endif
 
 #ifdef HAVE_GETOPT_H
+#ifdef __FreeBSD__
+#define __GNU_LIBRARY__
+#endif
 #include <getopt.h>
 #endif