Thu Feb 16 20:06:35 2012 UTC ()
Fix build on SunOS.


(hans)
diff -r1.12 -r1.13 pkgsrc/www/weex/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/www/weex/Makefile (expand / switch to unified diff)

--- pkgsrc/www/weex/Makefile 2011/04/22 13:45:01 1.12
+++ pkgsrc/www/weex/Makefile 2012/02/16 20:06:35 1.13
@@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
1# $NetBSD: Makefile,v 1.12 2011/04/22 13:45:01 obache Exp $ 1# $NetBSD: Makefile,v 1.13 2012/02/16 20:06:35 hans Exp $
2 2
3DISTNAME= weex-2.6.1.5 3DISTNAME= weex-2.6.1.5
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
7 7
8MAINTAINER= tech-pkg-ja@jp.NetBSD.org 8MAINTAINER= tech-pkg-ja@jp.NetBSD.org
9HOMEPAGE= http://weex.sourceforge.net/ 9HOMEPAGE= http://weex.sourceforge.net/
10COMMENT= Non-interactive ftp client 10COMMENT= Non-interactive ftp client
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_TOOLS+= msgfmt 16USE_TOOLS+= msgfmt
17 17
 18LIBS.SunOS+= -lintl
 19
18WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ 20WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \
19 ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \ 21 ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \
20 THANKS TODO TODO.ja 22 THANKS TODO TODO.ja
21 23
22WEEX_DOCDIR= share/doc/weex 24WEEX_DOCDIR= share/doc/weex
23 25
24.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"
25 27
26CFLAGS+= -DG_VA_COPY=va_copy 28CFLAGS+= -DG_VA_COPY=va_copy
27 29
28post-install: 30post-install:
29 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${WEEX_DOCDIR} 31 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${WEEX_DOCDIR}
30.for f in ${WEEX_DOCS} 32.for f in ${WEEX_DOCS}