diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-10 12:46:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-10 12:46:43 +0000 |
commit | c1587d82dc0ef50ac9011cdbd21e6da925524670 (patch) | |
tree | 008da0b278e09eb0529d1c1a7e10380d8f508aaa /www | |
parent | 050f8272549903f50928fe51553db9aa7393943b (diff) | |
download | pkgsrc-c1587d82dc0ef50ac9011cdbd21e6da925524670.tar.gz |
Assume for the moment that all modern platforms have va_copy,
the exceptions can conditionalize the statement. Fixes build on
NetBSD/amd64.
Diffstat (limited to 'www')
-rw-r--r-- | www/weex/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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} |