diff options
Diffstat (limited to 'misc/gnomeutils2/files/patch-gtt::util.c')
-rw-r--r-- | misc/gnomeutils2/files/patch-gtt::util.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/gnomeutils2/files/patch-gtt::util.c b/misc/gnomeutils2/files/patch-gtt::util.c new file mode 100644 index 000000000000..e22969c3273c --- /dev/null +++ b/misc/gnomeutils2/files/patch-gtt::util.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- gtt/util.c 2001/10/10 09:55:09 1.1 ++++ gtt/util.c 2001/10/10 09:57:22 +@@ -32,7 +32,9 @@ + #include <gnome.h> + + /* hack alert --xxx fixme -- we need to configure.in for have_langinfo */ ++#if (defined __FreeBSD__) && (__FreeBSD_version > 500000) + #define HAVE_LANGINFO_D_FMT ++#endif + #ifdef HAVE_LANGINFO_D_FMT + #include <langinfo.h> + #endif |