diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-11 14:17:59 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-11 14:17:59 +0000 |
commit | acaaa86556e900730831b9c56ca3e9a34b2ad206 (patch) | |
tree | 144efc457a8ec259da92cc867891fc21dfc544a8 /multimedia/mpeg4ip/files/patch-config.h.in | |
parent | - Update to 0.9.4 (diff) |
Update to 1.0
Diffstat (limited to '')
-rw-r--r-- | multimedia/mpeg4ip/files/patch-config.h.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/mpeg4ip/files/patch-config.h.in b/multimedia/mpeg4ip/files/patch-config.h.in index a46de1ffffec..e69de29bb2d1 100644 --- a/multimedia/mpeg4ip/files/patch-config.h.in +++ b/multimedia/mpeg4ip/files/patch-config.h.in @@ -1,29 +0,0 @@ -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 |