diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-16 15:32:28 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-16 15:32:28 +0000 |
commit | 4e044e735f784ee9c31986ebb0fef0bb0f87def9 (patch) | |
tree | 27279f42e1e26273aafcf4650b3cfdfb818b7c3d /emulators/gsnes9x/files/patch-ac | |
parent | Update to version 2.1.1 (diff) |
Add gsnes9x, a GTK front-end for the Snes9X SNES emulator.
PR: 19370
Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'emulators/gsnes9x/files/patch-ac')
-rw-r--r-- | emulators/gsnes9x/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gsnes9x/files/patch-ac b/emulators/gsnes9x/files/patch-ac new file mode 100644 index 000000000000..b3fe10d1b18a --- /dev/null +++ b/emulators/gsnes9x/files/patch-ac @@ -0,0 +1,11 @@ +--- pixmaps/Makefile.in.orig Sun Jun 18 18:54:02 2000 ++++ pixmaps/Makefile.in Sun Jun 18 18:54:55 2000 +@@ -99,7 +99,7 @@ + ZVT_LIBS = @ZVT_LIBS@ + l = @l@ + +-pixmapdir = $(datadir)/pixmaps ++pixmapdir = $(datadir)/gnome/pixmaps + + pixmap_DATA = gsnesdefault.png gsnes9x-icon.png + |