diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-25 22:03:40 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-25 22:07:28 +0200 |
commit | 29ceee356c56e0300184ce4dd839c4b3f71da800 (patch) | |
tree | a9ef04c8accaab76f78c03a52d104a0246bfb6d2 /recipes/freenx/nxcompsh | |
parent | 8f7131659cb9aa260a6f4d0a51b39d6f40d117b3 (diff) |
nxcompsh: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/freenx/nxcompsh')
-rw-r--r-- | recipes/freenx/nxcompsh/iostream.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/freenx/nxcompsh/iostream.patch b/recipes/freenx/nxcompsh/iostream.patch new file mode 100644 index 0000000000..2326fc5ef5 --- /dev/null +++ b/recipes/freenx/nxcompsh/iostream.patch @@ -0,0 +1,14 @@ +Index: nxcompsh/Misc.h +=================================================================== +--- nxcompsh.orig/Misc.h ++++ nxcompsh/Misc.h +@@ -18,7 +18,8 @@ + #ifndef Misc_H + #define Misc_H + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + + #include <errno.h> + #include <string.h> |