diff options
Diffstat (limited to 'games-arcade/smclone/files/0.94.1-gentoo-paths.patch')
-rw-r--r-- | games-arcade/smclone/files/0.94.1-gentoo-paths.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games-arcade/smclone/files/0.94.1-gentoo-paths.patch b/games-arcade/smclone/files/0.94.1-gentoo-paths.patch new file mode 100644 index 000000000000..bc89e6923f45 --- /dev/null +++ b/games-arcade/smclone/files/0.94.1-gentoo-paths.patch @@ -0,0 +1,21 @@ +--- configure.ac.orig 2004-12-13 22:32:19.202807712 -0500 ++++ configure.ac 2004-12-13 22:32:45.232850544 -0500 +@@ -79,12 +79,12 @@ + packagedocdir=doc/${PACKAGE} + + +-AC_DEFINE_UNQUOTED(LEVEL_DIR, "levels", [Directory for level files]) +-AC_DEFINE_UNQUOTED(OVERWORLD_DIR, "World", [Directory for word data]) +-AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "data/pixmaps", [Directory for pixmap data]) +-AC_DEFINE_UNQUOTED(SOUNDS_DIR, "data/sounds", [Directory for sound data]) +-AC_DEFINE_UNQUOTED(MUSIC_DIR, "data/music", [Directory for music data]) +-AC_DEFINE_UNQUOTED(FONT_DIR, "data/font", [Directory for font data]) ++AC_DEFINE_UNQUOTED(LEVEL_DIR, "@GENTOO_DATADIR@/levels", [Directory for level files]) ++AC_DEFINE_UNQUOTED(OVERWORLD_DIR, "@GENTOO_DATADIR@/World", [Directory for word data]) ++AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "@GENTOO_DATADIR@/pixmaps", [Directory for pixmap data]) ++AC_DEFINE_UNQUOTED(SOUNDS_DIR, "@GENTOO_DATADIR@/sounds", [Directory for sound data]) ++AC_DEFINE_UNQUOTED(MUSIC_DIR, "@GENTOO_DATADIR@/music", [Directory for music data]) ++AC_DEFINE_UNQUOTED(FONT_DIR, "@GENTOO_DATADIR@/font", [Directory for font data]) + + + AC_OUTPUT([Makefile]) |