diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-11 02:01:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-11 02:01:36 +0800 |
commit | 4065cd53ed559a1e157b72e79012093788e7e75b (patch) | |
tree | d3628ae5156791c69e48a49443bdc806154ddb7b /x11/gnomeapplets2/files | |
parent | b1a9e3d4c42ece0f94ed0c5d63989e683ffa15b2 (diff) | |
download | marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.gz marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.tar.zst marcuscom-ports-4065cd53ed559a1e157b72e79012093788e7e75b.zip |
Update to 2.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1173 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomeapplets2/files')
-rw-r--r-- | x11/gnomeapplets2/files/patch-charpick_charpick.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnomeapplets2/files/patch-charpick_charpick.c b/x11/gnomeapplets2/files/patch-charpick_charpick.c new file mode 100644 index 000000000..7d0ee91eb --- /dev/null +++ b/x11/gnomeapplets2/files/patch-charpick_charpick.c @@ -0,0 +1,11 @@ +--- charpick/charpick.c.orig Wed Sep 10 13:33:00 2003 ++++ charpick/charpick.c Wed Sep 10 13:33:19 2003 +@@ -3,7 +3,7 @@ + */ + + #include <config.h> +-#ifndef sun ++#if !defined(sun) && !defined(__FreeBSD__) + #include <tgmath.h> + #endif + #include <panel-applet.h> |