head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.11.27.15.38.37;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2000.04.02.11.18.21;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix build in -current.

PR:		ports/45710
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
Obtained from:	japanese/kon2-*
@
text
@--- big5con.cfg.orig	Sun Apr  2 18:43:27 2000
+++ big5con.cfg	Sun Apr  2 18:43:42 2000
@@@@ -157,7 +157,7 @@@@
 	1200
 # Mouse device file name
 MouseDev:
-	/dev/mouse
+	/dev/sysmouse
 
 # Use hard scroll
 HardScroll:
--- big5con.mk.orig	Sun Apr  2 18:43:25 2000
+++ big5con.mk	Sun Apr  2 18:43:35 2000
@@@@ -29,7 +29,7 @@@@
 	  -DXCIN_DIR=\"$(XCIN_DIR)\" $(ALT_META) $(EXTRA_OPTS)
 CC	= gcc
 #CFLAGS  = -O2 -m486 $(OPTS)
-CFLAGS  += -O2 $(OPTS)
+CFLAGS  += $(OPTS)
 LD      = gcc $(CFLAGS)
 RM      = rm -f
 INSTALL = install -c
@


1.1
log
@Add a patch for vga_cursor.
@
text
@@

