head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.05.01.12.12.53;	author scheidell;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add port chinese/libpinyin: The libpinyin project aims to provide the algorithms core for intelligent
sentence-based Chinese pinyin input methods.

WWW:    https://github.com/libpinyin/libpinyin

PR:		ports/166716
Submitted by:	Zhihao Yuan <lichray@@gmail.com> (maintainer)
@
text
@--- configure~	2012-02-06 09:07:32.410719322 -0600
+++ configure	2012-02-06 09:26:16.354737313 -0600
@@@@ -17515,11 +17515,11 @@@@ cat confdefs.h - <<_ACEOF >conftest.$ac_
 #ifdef __cplusplus
 extern "C"
 #endif
-char db_create ();
+#include <db.h>
 int
 main ()
 {
-return db_create ();
+return db_create (0,0,0);
   ;
   return 0;
 }
@
