diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:31:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:31:19 +0000 |
commit | 6281a02caa05a291aaaa18ae267f82bbaeed7217 (patch) | |
tree | 24c9261e98a24da710743674fd76148365bb4552 /deskutils/gnomeutils2/files/patch-gtt::util.c | |
parent | Add libgtop2 after repo copy from libgtop. This is the GNU top API for (diff) |
Add gnomeutils2 after repo copy from gnomeutils. These are miscellaneous
utilities for the GNOME 2.0 desktop.
Notes
Notes:
svn path=/head/; revision=58761
Diffstat (limited to 'deskutils/gnomeutils2/files/patch-gtt::util.c')
-rw-r--r-- | deskutils/gnomeutils2/files/patch-gtt::util.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/deskutils/gnomeutils2/files/patch-gtt::util.c b/deskutils/gnomeutils2/files/patch-gtt::util.c deleted file mode 100644 index e22969c3273c..000000000000 --- a/deskutils/gnomeutils2/files/patch-gtt::util.c +++ /dev/null @@ -1,15 +0,0 @@ - -$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 |