diff options
author | joerg <joerg> | 2008-07-10 12:46:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-10 12:46:43 +0000 |
commit | e4cd84fb6d5c2570001c294d93ab61ce0c315ee3 (patch) | |
tree | 008da0b278e09eb0529d1c1a7e10380d8f508aaa /www/weex/Makefile | |
parent | 8b254e3378ca3f1adf696eae753f36ec57c086c7 (diff) | |
download | pkgsrc-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/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} |