diff options
-rw-r--r-- | math/tasp-vsipl/distinfo | 4 | ||||
-rw-r--r-- | math/tasp-vsipl/patches/patch-ae | 19 |
2 files changed, 16 insertions, 7 deletions
diff --git a/math/tasp-vsipl/distinfo b/math/tasp-vsipl/distinfo index 3d991a50b5f..4c462f4ce4c 100644 --- a/math/tasp-vsipl/distinfo +++ b/math/tasp-vsipl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/07/17 23:11:59 kristerw Exp $ +$NetBSD: distinfo,v 1.7 2006/01/03 20:25:31 joerg Exp $ SHA1 (tasp-vsipl/tvcpp0p8.tar.gz) = e1f0dc818458393807a7a5c6e3357305720039a8 RMD160 (tasp-vsipl/tvcpp0p8.tar.gz) = 5443143cacb6612f0454a50d210e7ffaad23b5c2 @@ -7,4 +7,4 @@ SHA1 (patch-aa) = 225d275620785928564b9db187fead28d535e839 SHA1 (patch-ab) = b3f18f45ad52657ce4f8143f210aa9f3c9d3d7de SHA1 (patch-ac) = 8606c3c9a11877296ead19d49ac355f475e6fcb6 SHA1 (patch-ad) = 1ea7f8f3fdb109d875e4d9d0e48e2c66d0b42c7f -SHA1 (patch-ae) = 5f403f4c4c96c356bb20b22039dc934430256d54 +SHA1 (patch-ae) = cbb8fc16effff79d48cc5509a3544e62211111b8 diff --git a/math/tasp-vsipl/patches/patch-ae b/math/tasp-vsipl/patches/patch-ae index 85810e52a44..332801e2a8c 100644 --- a/math/tasp-vsipl/patches/patch-ae +++ b/math/tasp-vsipl/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.3 2005/07/17 23:12:00 kristerw Exp $ +$NetBSD: patch-ae,v 1.4 2006/01/03 20:25:31 joerg Exp $ ---- ../testing/Makefile.orig Sat Feb 22 16:23:04 2003 -+++ ../testing/Makefile Mon Jul 18 01:06:18 2005 -@@ -14,4 +14,3 @@ +--- ../testing/Makefile.orig 2003-02-22 15:23:04.000000000 +0000 ++++ ../testing/Makefile 2006-01-03 19:23:36.000000000 +0000 +@@ -14,7 +14,6 @@ -CC=cc -DIR=.. -INCLUDE=-I$(DIR)/include @@ -10,5 +10,14 @@ $NetBSD: patch-ae,v 1.3 2005/07/17 23:12:00 kristerw Exp $ +DIR=../lib +INCLUDE=-I../include +LIB= -R$(DIR)/libvsip -L$(DIR)/libvsip -R$(DIR)/libVU -L$(DIR)/libVU -@@ -726,0 +726 @@ + VLIB = -lvsip + VULIB=-lVU + FFTWLIB= +@@ -724,6 +723,7 @@ all: test_all + + test_all: test_all.c $(SOURCE) + $(CC) -o test_all test_all.c $(LIB) $(INCLUDE) $(VULIB) $(VLIB) $(FFTWLIB) -lm + ./test_all + + clean: + rm -f atest test_all |