diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:05:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:05:32 +0800 |
commit | dda61910d2890b8e3c762e030fd4459034f6a13b (patch) | |
tree | f382297e5c6c40ed74156abe77f69b7809a083e1 | |
parent | 688efa16a76c32edd50b4764bfa56fee34918bfb (diff) | |
download | marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.tar marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.tar.gz marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.tar.bz2 marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.tar.lz marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.tar.xz marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.tar.zst marcuscom-ports-dda61910d2890b8e3c762e030fd4459034f6a13b.zip |
Add a patch forgotten in the last commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@833 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-applets/files/patch-charpick_charpick.c | 11 | ||||
-rw-r--r-- | x11/gnomeapplets2/files/patch-charpick_charpick.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-charpick_charpick.c b/x11/gnome-applets/files/patch-charpick_charpick.c new file mode 100644 index 000000000..097c8bc46 --- /dev/null +++ b/x11/gnome-applets/files/patch-charpick_charpick.c @@ -0,0 +1,11 @@ +--- charpick/charpick.c.orig Mon Jun 2 02:39:57 2003 ++++ charpick/charpick.c Mon Jun 2 02:40:06 2003 +@@ -3,7 +3,7 @@ + */ + + #include <config.h> +-#include <tgmath.h> ++#include <math.h> + #include <panel-applet.h> + #include <egg-screen-help.h> + #include "charpick.h" diff --git a/x11/gnomeapplets2/files/patch-charpick_charpick.c b/x11/gnomeapplets2/files/patch-charpick_charpick.c new file mode 100644 index 000000000..097c8bc46 --- /dev/null +++ b/x11/gnomeapplets2/files/patch-charpick_charpick.c @@ -0,0 +1,11 @@ +--- charpick/charpick.c.orig Mon Jun 2 02:39:57 2003 ++++ charpick/charpick.c Mon Jun 2 02:40:06 2003 +@@ -3,7 +3,7 @@ + */ + + #include <config.h> +-#include <tgmath.h> ++#include <math.h> + #include <panel-applet.h> + #include <egg-screen-help.h> + #include "charpick.h" |