summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-10 12:46:43 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-10 12:46:43 +0000
commitc1587d82dc0ef50ac9011cdbd21e6da925524670 (patch)
tree008da0b278e09eb0529d1c1a7e10380d8f508aaa /www
parent050f8272549903f50928fe51553db9aa7393943b (diff)
downloadpkgsrc-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/Makefile6
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}