From c1587d82dc0ef50ac9011cdbd21e6da925524670 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 10 Jul 2008 12:46:43 +0000 Subject: Assume for the moment that all modern platforms have va_copy, the exceptions can conditionalize the statement. Fixes build on NetBSD/amd64. --- www/weex/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/weex') diff --git a/www/weex/Makefile b/www/weex/Makefile index cbf50f03767..b7b2619ea1b 100644 --- a/www/weex/Makefile +++ b/www/weex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/19 05:38:16 obache Exp $ +# $NetBSD: Makefile,v 1.11 2008/07/10 12:46:43 joerg Exp $ DISTNAME= weex-2.6.1.5 CATEGORIES= www @@ -20,6 +20,10 @@ WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ WEEX_DOCDIR= share/doc/weex +.include "../../mk/bsd.prefs.mk" + +CFLAGS+= -DG_VA_COPY=va_copy + post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${WEEX_DOCDIR} .for f in ${WEEX_DOCS} -- cgit v1.2.3