diff options
author | rh <rh> | 2002-11-04 07:40:37 +0000 |
---|---|---|
committer | rh <rh> | 2002-11-04 07:40:37 +0000 |
commit | cfb831c2fdbac0a9e000ad4b2e49316e3a96a484 (patch) | |
tree | eaac387fffc27e594aaedca073f90355249f85ca /games/gturing/patches | |
parent | 62871c5dd2537493b052144c6105fd7a215c4b7d (diff) | |
download | pkgsrc-cfb831c2fdbac0a9e000ad4b2e49316e3a96a484.tar.gz |
Initial import of gturing-0.1.1, a GNOME2 turing machine emulator.
Diffstat (limited to 'games/gturing/patches')
-rw-r--r-- | games/gturing/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/gturing/patches/patch-aa b/games/gturing/patches/patch-aa new file mode 100644 index 00000000000..e7a7e877b80 --- /dev/null +++ b/games/gturing/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/11/04 07:40:37 rh Exp $ + +--- src/gturing.c.orig Thu Jun 20 01:34:55 2002 ++++ src/gturing.c +@@ -26,6 +26,7 @@ + #include <stdio.h> + #include <string.h> + #include <unistd.h> ++#include <locale.h> + + #include <gnome.h> + #include <libgnomeui/libgnomeui.h> |