summaryrefslogtreecommitdiff
path: root/emulators/visualos/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-06-10 09:55:01 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-06-10 09:55:01 +0000
commitc23f97c83105dc6ab00488ed7624a5ba9230216f (patch)
tree8dfe019357509dbbf7da066e1d383683fbc65596 /emulators/visualos/files
parent(forced commit) The log message for the last revision should have (diff)
Update to 1.0.4.
Notes
Notes: svn path=/head/; revision=61039
Diffstat (limited to 'emulators/visualos/files')
-rw-r--r--emulators/visualos/files/patch-configure13
-rw-r--r--emulators/visualos/files/patch-po::Makefile.in.in14
2 files changed, 27 insertions, 0 deletions
diff --git a/emulators/visualos/files/patch-configure b/emulators/visualos/files/patch-configure
new file mode 100644
index 000000000000..42efb5a9986c
--- /dev/null
+++ b/emulators/visualos/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- configure 2002/06/10 09:27:06 1.1
++++ configure 2002/06/10 09:27:21
+@@ -7605,6 +7605,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/emulators/visualos/files/patch-po::Makefile.in.in b/emulators/visualos/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..f04809780e48
--- /dev/null
+++ b/emulators/visualos/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2002/06/10 09:43:52 1.1
++++ po/Makefile.in.in 2002/06/10 09:44:05
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \