pkgsrc/inputmethod/unicon-im/Makefile
joerg 5ac4ae66eb Fix mysterious C++ failure as pth's pthread.h defines system as macro
which makes the stdlib.h prototype goes away. Avoid this by forcing real
system calls.
Remove a static declaration that is shadowing an extern, resulting in
the creation of a text relocation.
2009-02-07 22:47:14 +00:00

27 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/02/07 22:47:14 joerg Exp $
DISTNAME= unicon-1.2
PKGNAME= unicon-im-1.2
PKGREVISION= 5
CATEGORIES= inputmethod
MASTER_SITES= http://www.opencjk.org/~yumj/download/
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html
COMMENT= Libraries and modules of Unicon
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=0
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
.include "../../devel/pth/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"