diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 07:41:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 07:41:02 +0000 |
commit | 359235d239359e310b6a50fcc05062281da4d94c (patch) | |
tree | db70aabf1262d6e113dfa85561253c6828bcabe4 /app-emulation/vice/files | |
parent | nls support fix #24041 + games.eclass (diff) | |
download | gentoo-2-359235d239359e310b6a50fcc05062281da4d94c.tar.gz gentoo-2-359235d239359e310b6a50fcc05062281da4d94c.tar.bz2 gentoo-2-359235d239359e310b6a50fcc05062281da4d94c.zip |
nls support fix #24041 + games.eclass
Diffstat (limited to 'app-emulation/vice/files')
-rw-r--r-- | app-emulation/vice/files/1.12-po-Makefile.patch | 17 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.11 | 1 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.12-r1 | 1 |
3 files changed, 18 insertions, 1 deletions
diff --git a/app-emulation/vice/files/1.12-po-Makefile.patch b/app-emulation/vice/files/1.12-po-Makefile.patch new file mode 100644 index 000000000000..84ff95cb4e41 --- /dev/null +++ b/app-emulation/vice/files/1.12-po-Makefile.patch @@ -0,0 +1,17 @@ +--- Makefile.in.in 2000-07-14 18:26:17.000000000 -0400 ++++ /Makefile.in.in 2003-07-13 03:13:35.000000000 -0400 +@@ -18,10 +18,10 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale +-gnulocaledir = $(prefix)/share/locale +-gettextsrcdir = $(prefix)/share/gettext/po ++datadir = $(DESTDIR)$(prefix)/@DATADIRNAME@ ++localedir = $(DESTDIR)$(datadir)/locale ++gnulocaledir = $(DESTDIR)$(prefix)/share/locale ++gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po + subdir = po + + INSTALL = @INSTALL@ diff --git a/app-emulation/vice/files/digest-vice-1.11 b/app-emulation/vice/files/digest-vice-1.11 deleted file mode 100644 index 2e36fd6e877c..000000000000 --- a/app-emulation/vice/files/digest-vice-1.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 580817b28097b0897e48463d4fc510aa vice-1.11.tar.gz 3185213 diff --git a/app-emulation/vice/files/digest-vice-1.12-r1 b/app-emulation/vice/files/digest-vice-1.12-r1 new file mode 100644 index 000000000000..b430d353eeda --- /dev/null +++ b/app-emulation/vice/files/digest-vice-1.12-r1 @@ -0,0 +1 @@ +MD5 2d761503025a84758b289564e390c7c8 vice-1.12.tar.gz 3537855 |