tell those packages they can't use wchar yet.

This commit is contained in:
espie 2005-04-14 21:29:28 +00:00
parent b48e88197a
commit 7a797c9e94
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2005/02/13 14:18:06 alek Exp $
# $OpenBSD: Makefile,v 1.18 2005/04/14 21:29:28 espie Exp $
COMMENT= "easy to use, graphical editor"
@ -30,6 +30,10 @@ USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= XTERM_CMD=xterm LDFLAGS="-L${LOCALBASE}/lib"
# XXX temporary until we have full internationalization support
CONFIGURE_ENV+= ac_cv_header_wchar_h=no
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-mail-author

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2004/11/27 10:39:14 espie Exp $
# $OpenBSD: Makefile,v 1.29 2005/04/14 21:29:28 espie Exp $
COMMENT= "MS-Windows 3.1/95/NT emulator for Unix (Alpha release)"
@ -20,6 +20,9 @@ MASTER_SITES= ftp://ftp.chg.ru/pub/gnu/ALPHA/wine/development/
USE_X11= yes
CONFIGURE_STYLE= gnu dest
# XXX partial citrus: no real wctype functions yet
CONFIGURE_ENV+=ac_cv_header_wctype_h=no
WRKDIST= ${WRKDIR}/${PKGNAME}
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2004/12/17 15:18:32 alek Exp $
# $OpenBSD: Makefile,v 1.35 2005/04/14 21:29:28 espie Exp $
COMMENT= "themed window manager"
@ -30,5 +30,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1/freetype" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
# XXX don't find wctype.h yet, since it's useless for now
CONFIGURE_ENV+= ac_cv_header_wctype_h=no
.include <bsd.port.mk>