mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4b38031b7f
- Fix daemonizing part. It now returns the exit status correctly. - Fix *_{pre,post}cmd handling in the rc.d scripts. Plus, wnntouch is now invoked just before running the server process. - Use ${*_WNNMANDIR} in Makefile to use the common patchset in both FreeWnn-server and -lib. - Integrate libtool22 change and regenerate patch files.
18 lines
543 B
Plaintext
18 lines
543 B
Plaintext
Index: Wnn/romkan/Makefile.in
|
|
===================================================================
|
|
RCS file: /home/cvs/private/hrs/freewnn/Wnn/romkan/Makefile.in,v
|
|
retrieving revision 1.1.1.1
|
|
retrieving revision 1.2
|
|
diff -u -p -r1.1.1.1 -r1.2
|
|
--- Wnn/romkan/Makefile.in 20 Dec 2008 07:13:30 -0000 1.1.1.1
|
|
+++ Wnn/romkan/Makefile.in 2 Jan 2010 12:10:16 -0000 1.2
|
|
@@ -46,7 +46,7 @@ includes::
|
|
|
|
.c.o:
|
|
$(RM) $@
|
|
- $(LIBTOOL) $(CC) -c $(CFLAGS) $(_NOOP_) $<
|
|
+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(_NOOP_) $<
|
|
|
|
clean::
|
|
$(RM) -r .libs
|