diff options
Diffstat (limited to 'app-emulation/vice/files/1.14-po-Makefile.patch')
-rw-r--r-- | app-emulation/vice/files/1.14-po-Makefile.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emulation/vice/files/1.14-po-Makefile.patch b/app-emulation/vice/files/1.14-po-Makefile.patch new file mode 100644 index 000000000000..94ba16fe9bf5 --- /dev/null +++ b/app-emulation/vice/files/1.14-po-Makefile.patch @@ -0,0 +1,17 @@ +--- po/Makefile.in.in 2000-07-14 18:26:17.000000000 -0400 ++++ po/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@ |