Thu Sep 29 20:14:46 2011 UTC ()
Remove -Werror from flags to make this build.


(wiz)
diff -r1.16 -r1.17 pkgsrc/math/meschach/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/math/meschach/Makefile (expand / switch to unified diff)

--- pkgsrc/math/meschach/Makefile 2009/12/11 17:09:51 1.16
+++ pkgsrc/math/meschach/Makefile 2011/09/29 20:14:46 1.17
@@ -1,34 +1,36 @@ @@ -1,34 +1,36 @@
1# $NetBSD: Makefile,v 1.16 2009/12/11 17:09:51 asau Exp $ 1# $NetBSD: Makefile,v 1.17 2011/09/29 20:14:46 wiz Exp $
2 2
3DISTNAME= mesch12b 3DISTNAME= mesch12b
4PKGNAME= meschach-1.2b 4PKGNAME= meschach-1.2b
5CATEGORIES= math 5CATEGORIES= math
6MASTER_SITES= http://www.math.uiowa.edu/~dstewart/meschach/ 6MASTER_SITES= http://www.math.uiowa.edu/~dstewart/meschach/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.math.uiowa.edu/~dstewart/meschach/ 9HOMEPAGE= http://www.math.uiowa.edu/~dstewart/meschach/
10COMMENT= Library of C Routines for Matrix Computations 10COMMENT= Library of C Routines for Matrix Computations
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14WRKSRC= ${WRKDIR} 14WRKSRC= ${WRKDIR}
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --with-all 16CONFIGURE_ARGS+= --with-all
17MAKE_FILE= makefile 17MAKE_FILE= makefile
18USE_BSD_MAKEFILE= yes 18USE_BSD_MAKEFILE= yes
19 19
20INSTALLATION_DIRS= include/meschach lib share/meschach/tests 20INSTALLATION_DIRS= include/meschach lib share/meschach/tests
21 21
 22BUILDLINK_TRANSFORM+= rm:-Werror
 23
22pre-patch: 24pre-patch:
23 ${CP} ${FILESDIR}/makefile.in ${WRKSRC} 25 ${CP} ${FILESDIR}/makefile.in ${WRKSRC}
24 26
25post-patch: 27post-patch:
26 ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${FILESDIR}/makefile.test \ 28 ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${FILESDIR}/makefile.test \
27 > ${WRKSRC}/Makefile 29 > ${WRKSRC}/Makefile
28 30
29post-install: 31post-install:
30 cd ${WRKSRC} && ${INSTALL_DATA} err.h machine.h matlab.h \ 32 cd ${WRKSRC} && ${INSTALL_DATA} err.h machine.h matlab.h \
31 matrix.h meminfo.h sparse.h zmatrix.h iter.h matrix2.h \ 33 matrix.h meminfo.h sparse.h zmatrix.h iter.h matrix2.h \
32 oldnames.h sparse2.h zmatrix2.h ${DESTDIR}${PREFIX}/include/meschach/ 34 oldnames.h sparse2.h zmatrix2.h ${DESTDIR}${PREFIX}/include/meschach/
33 cd ${WRKSRC} && ${INSTALL_DATA} torture.c sptort.c ztorture.c \ 35 cd ${WRKSRC} && ${INSTALL_DATA} torture.c sptort.c ztorture.c \
34 memtort.c itertort.c mfuntort.c iotort.c \ 36 memtort.c itertort.c mfuntort.c iotort.c \