summaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-lib/files/patch-libtool22
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-08-02 19:36:34 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-08-02 19:36:34 +0000
commit789d75c728ef23566a07bf5b9bc2190bf34ff4f1 (patch)
treedc7540d42fa2d5d7c1c74515e3bdbf6ab842cd17 /japanese/FreeWnn-lib/files/patch-libtool22
parent- Mark BROKEN on i386, does not build (diff)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Diffstat (limited to 'japanese/FreeWnn-lib/files/patch-libtool22')
-rw-r--r--japanese/FreeWnn-lib/files/patch-libtool2276
1 files changed, 76 insertions, 0 deletions
diff --git a/japanese/FreeWnn-lib/files/patch-libtool22 b/japanese/FreeWnn-lib/files/patch-libtool22
new file mode 100644
index 000000000000..dd599aa14b20
--- /dev/null
+++ b/japanese/FreeWnn-lib/files/patch-libtool22
@@ -0,0 +1,76 @@
+--- Wnn/romkan/Makefile.in.orig 2009-07-12 22:17:42.000000000 -0500
++++ Wnn/romkan/Makefile.in 2009-07-12 22:18:01.000000000 -0500
+@@ -46,7 +46,7 @@
+
+ .c.o:
+ $(RM) $@
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(_NOOP_) $<
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(_NOOP_) $<
+
+ clean::
+ $(RM) -r .libs
+--- Wnn/jlib.V3/Makefile.in.orig 2009-07-12 22:19:13.000000000 -0500
++++ Wnn/jlib.V3/Makefile.in 2009-07-12 22:21:06.000000000 -0500
+@@ -71,12 +71,12 @@
+
+ .c.o:
+ $(RM) $@
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
+
+ all:: libjd.la
+
+ libjd.la: $(OBJS) $(EXTRALIBRARYDEPS)
+- $(LIBTOOL) $(CC) -o $@ $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
++ $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
+
+ lintlib:: llib-ljd.ln
+
+@@ -87,7 +87,7 @@
+ install:: libjd.la
+ @if [ -d $(DESTDIR)$(WNNLIBDIR) ]; then set +x; \
+ else (set -x; $(MKDIRHIER) $(DESTDIR)$(WNNLIBDIR)); fi
+- $(LIBTOOL) $(INSTALL) $(INSTLIBFLAGS) libjd.la $(DESTDIR)$(WNNLIBDIR)
++ $(LIBTOOL) --mode=install $(INSTALL) $(INSTLIBFLAGS) libjd.la $(DESTDIR)$(WNNLIBDIR)
+
+ install:: jlib.h
+ @if [ -d $(DESTDIR)$(JWNNINCDIR) ]; then set +x; \
+@@ -109,13 +109,13 @@
+ done
+
+ $(OBJ2) : $(SRC2)
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(WNNETCSRC)/`basename $@ .o`.c
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(WNNETCSRC)/`basename $@ .o`.c
+
+ $(OBJ3) : $(SRC3)
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(WNNETCSRC)/`basename $@ .o`.c
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(WNNETCSRC)/`basename $@ .o`.c
+
+ $(OBJ4) : $(SRC4)
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(WNNETCSRC)/`basename $@ .o`.c
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(WNNETCSRC)/`basename $@ .o`.c
+
+ depend:: .depend
+
+--- kWnn/romkan/Makefile.in.orig 2009-07-12 22:26:37.000000000 -0500
++++ kWnn/romkan/Makefile.in 2009-07-12 22:26:55.000000000 -0500
+@@ -48,7 +48,7 @@
+
+ .c.o:
+ $(RM) $@
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(_NOOP_) $<
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(_NOOP_) $<
+
+ clean::
+ $(RM) -r .libs
+--- cWnn/romkan/Makefile.in.orig 2009-07-12 22:29:35.000000000 -0500
++++ cWnn/romkan/Makefile.in 2009-07-12 22:29:49.000000000 -0500
+@@ -48,7 +48,7 @@
+
+ .c.o:
+ $(RM) $@
+- $(LIBTOOL) $(CC) -c $(CFLAGS) $(_NOOP_) $<
++ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(_NOOP_) $<
+
+ clean::
+ $(RM) -r .libs