aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip/files/patch-config.h.in
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:09 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:09 +0000
commit9005f23c85bb50c7a51f63908fde98d2aa711a39 (patch)
treefa620c7e771ba76a16907bde64ed6dc4c3536171 /multimedia/mpeg4ip/files/patch-config.h.in
parent1337d85a81abe3b773ee3a419f607d806dfd6e02 (diff)
Notes
Diffstat (limited to 'multimedia/mpeg4ip/files/patch-config.h.in')
-rw-r--r--multimedia/mpeg4ip/files/patch-config.h.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/files/patch-config.h.in b/multimedia/mpeg4ip/files/patch-config.h.in
new file mode 100644
index 000000000000..a46de1ffffec
--- /dev/null
+++ b/multimedia/mpeg4ip/files/patch-config.h.in
@@ -0,0 +1,29 @@
+FreeBSD 5 has getopt.h and getopt_long() but they are not fully compatible
+with GNU getopt. Specifically, FreeBSD 5 does not have getopt_long_only().
+So using stock GNU getopt seems simplest way to solve this issue.
+
+--- config.h.in.orig Fri Mar 7 04:38:55 2003
++++ config.h.in Sat Jul 12 08:04:26 2003
+@@ -12,12 +12,6 @@
+ /* Define to 1 if you have the `getopt' function. */
+ #undef HAVE_GETOPT
+
+-/* Define to 1 if you have the <getopt.h> header file. */
+-#undef HAVE_GETOPT_H
+-
+-/* Define to 1 if you have the `getopt_long' function. */
+-#undef HAVE_GETOPT_LONG
+-
+ /* Define to 1 if you have the `getrusage' function. */
+ #undef HAVE_GETRUSAGE
+
+@@ -26,9 +20,6 @@
+
+ /* Define to 1 if you have the <inttypes.h> header file. */
+ #undef HAVE_INTTYPES_H
+-
+-/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
+-#undef HAVE_LIBGNUGETOPT
+
+ /* Define to 1 if you have the `sndfile' library (-lsndfile). */
+ #undef HAVE_LIBSNDFILE