head	1.3;
access;
symbols
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.01.30.15.52.29;	author chinsan;	state dead;
branches;
next	1.2;

1.2
date	2011.02.15.22.18.24;	author chinsan;	state Exp;
branches;
next	1.1;

1.1
date	2011.02.09.10.53.09;	author chinsan;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.7.0
- Add CHEWING knob to enable Chewing IM module
- Limit to compile on FreeBSD 7.0+
- Fix japanese/anthy dependency
- Many thanks to the contributer: vanilla@@
- Drop maintainership

Changelog:	http://www.csie.nctu.edu.tw/~cp76/gcin/download/Changelog.html
@
text
@--- im-client/Makefile.old	2011-02-08 09:20:29.000000000 +0800
+++ im-client/Makefile	2011-02-16 05:14:52.000000000 +0800
@@@@ -20,7 +20,7 @@@@
 	$(CC) -x c -c $(CFLAGS) $<
 
 $(SOFILEVER):   $(OBJS)
-	$(CC) $(SO_FLAGS) -Wl,-soname,libgcin-im-client.so.1 $(OBJS) -lX11 -o $@@ -L/usr/X11R6/lib
+	$(CC) $(SO_FLAGS) -Wl,-soname,libgcin-im-client.so.1 $(OBJS) -o $@@ -lX11 -L/usr/local/lib
 	ln -sf $(SOFILEVER) $(SOFILE)
 	ln -sf $(SOFILEVER) $(SOFILE).1
 	$(MAKE) -C ../gtk-im
@


1.2
log
@- update to 1.5.8
- remove noseeing
- fix gcin-setup
- fix qt4 detecting problem (path)
- remove unused patch
- use 'xdg-open(1)' to opens a file or URL in the user's preferred application
@
text
@@


1.1
log
@ - Upgrade to 1.5.6
 - Add LICENSE
@
text
@d1 2
a2 2
--- im-client/Makefile.orig	2009-12-12 19:28:49.000000000 +0800
+++ im-client/Makefile	2010-11-20 18:09:18.000000000 +0800
d7 2
a8 2
-	$(CC) $(SO_FLAGS) -Wl,-soname,libgcin-im-client.so.1 $(OBJS) -lX11 -o $@@
+	$(CC) $(SO_FLAGS) -Wl,-soname,libgcin-im-client.so.1 $(OBJS) -o $@@
@

