pkgsrc/inputmethod/xcin/patches/patch-ai
joerg 4e104a3d58 Add DragonFly support. Handle the different locale names in PLIST.
Based on patch from Jeffrey Hsu in private mail.
2006-04-28 18:12:29 +00:00

24 lines
674 B
Text

$NetBSD: patch-ai,v 1.1 2006/04/28 18:12:29 joerg Exp $
--- cin/gb/Makefile.in.orig 2001-09-06 15:41:33.000000000 +0000
+++ cin/gb/Makefile.in
@@ -11,6 +11,9 @@ all: all-$(OS_TYPE)
all-LINUX:
( GB2312ENC=gb2312 GBKENC=gbk make -f Rules make-gb2312 make-gbk )
+all-DRAGONFLY:
+ ( GB2312ENC=euc make -f Rules make-gb2312 )
+
all-FREEBSD:
( GB2312ENC=euc make -f Rules make-gb2312 )
@@ -32,6 +35,9 @@ install: all install-$(OS_TYPE)
install-LINUX:
( GB2312ENC=gb2312 GBKENC=gbk make -f Rules install_gb2312 install_gbk )
+install-DRAGONFLY:
+ ( GB2312ENC=euc make -f Rules install_gb2312 )
+
install-FREEBSD:
( GB2312ENC=euc make -f Rules install_gb2312 )