pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/weex Assume for the moment that all modern platfor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/77b26e084c7c
branches: trunk
changeset: 544095:77b26e084c7c
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jul 10 12:46:43 2008 +0000
description:
Assume for the moment that all modern platforms have va_copy,
the exceptions can conditionalize the statement. Fixes build on
NetBSD/amd64.
diffstat:
www/weex/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 4373bbc05417 -r 77b26e084c7c www/weex/Makefile
--- a/www/weex/Makefile Thu Jul 10 12:44:59 2008 +0000
+++ b/www/weex/Makefile Thu Jul 10 12:46:43 2008 +0000
@@ -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_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}
Home |
Main Index |
Thread Index |
Old Index