summaryrefslogtreecommitdiff
path: root/www/weex/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-10 12:46:43 +0000
committerjoerg <joerg>2008-07-10 12:46:43 +0000
commite4cd84fb6d5c2570001c294d93ab61ce0c315ee3 (patch)
tree008da0b278e09eb0529d1c1a7e10380d8f508aaa /www/weex/Makefile
parent8b254e3378ca3f1adf696eae753f36ec57c086c7 (diff)
downloadpkgsrc-e4cd84fb6d5c2570001c294d93ab61ce0c315ee3.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/weex/Makefile')
-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}