diff options
Diffstat (limited to 'emulators/skyeye/files/patch-usegtk-2.0.sh')
-rw-r--r-- | emulators/skyeye/files/patch-usegtk-2.0.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/skyeye/files/patch-usegtk-2.0.sh b/emulators/skyeye/files/patch-usegtk-2.0.sh new file mode 100644 index 000000000000..a28f79c782ad --- /dev/null +++ b/emulators/skyeye/files/patch-usegtk-2.0.sh @@ -0,0 +1,9 @@ +--- usegtk-2.0.sh.orig Wed Jul 20 13:28:03 2005 ++++ usegtk-2.0.sh Wed Jul 20 13:25:21 2005 +@@ -1,5 +1,5 @@ + #! /bin/sh + cp gdb/Makefile.in.gtk-2.0 gdb/Makefile.in + cp sim/arm/Makefile.in.gtk-2.0 sim/arm/Makefile.in +-cp sim/arm/configure.gtk-2.0 sim/arm/configure ++cp sim/arm/configure.gtk2.0 sim/arm/configure + |