ports/multimedia/mpeg4ip/files/patch-include::mpeg4ip_getopt.h
Mario Sergio Fujikawa Ferreira 642e382ec5 o Another try at fixing -CURRENT issues with getopt_long_only()
- Always depend on libgnugetopt port
	- Add include/mpeg4ip_getopt.h as a workaround for 5.x
	  branch native getopt.h implementation
	- Futhermore, change regexp regarding PTHREAD_LIBS issue
	  on -CURRENT. Submitter reports that previous one did not
	  work but that newer does

PR:		50233
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-05-15 04:53:17 +00:00

12 lines
247 B
C

--- 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