diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-17 23:02:05 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-17 23:02:05 +0000 |
commit | 11b94d504c8fc8b6c8eaa94636b61eb3133136f7 (patch) | |
tree | 820a229701a3f3978d9e0670780766d58180ffaa /math | |
parent | aa90fc1c8a6ccecc595a93da26575a4e28cf1aaa (diff) | |
download | pkgsrc-11b94d504c8fc8b6c8eaa94636b61eb3133136f7.tar.gz |
Regenerate so that the Mac OS X patch program undestands how
to apply it.
Diffstat (limited to 'math')
-rw-r--r-- | math/tasp-vsipl/distinfo | 4 | ||||
-rw-r--r-- | math/tasp-vsipl/patches/patch-ae | 19 |
2 files changed, 7 insertions, 16 deletions
diff --git a/math/tasp-vsipl/distinfo b/math/tasp-vsipl/distinfo index 15ee22b2872..3d991a50b5f 100644 --- a/math/tasp-vsipl/distinfo +++ b/math/tasp-vsipl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 12:06:58 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/07/17 23:11:59 kristerw 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) = ad50f23693042b150cf635dac86039eb019ca381 +SHA1 (patch-ae) = 5f403f4c4c96c356bb20b22039dc934430256d54 diff --git a/math/tasp-vsipl/patches/patch-ae b/math/tasp-vsipl/patches/patch-ae index a6d13c17c04..85810e52a44 100644 --- a/math/tasp-vsipl/patches/patch-ae +++ b/math/tasp-vsipl/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.2 2003/07/22 14:05:19 wiz Exp $ +$NetBSD: patch-ae,v 1.3 2005/07/17 23:12:00 kristerw Exp $ ---- ../testing/Makefile.orig -+++ ../testing/Makefile -@@ -14,7 +14,6 @@ +--- ../testing/Makefile.orig Sat Feb 22 16:23:04 2003 ++++ ../testing/Makefile Mon Jul 18 01:06:18 2005 +@@ -14,4 +14,3 @@ -CC=cc -DIR=.. -INCLUDE=-I$(DIR)/include @@ -10,14 +10,5 @@ $NetBSD: patch-ae,v 1.2 2003/07/22 14:05:19 wiz Exp $ +DIR=../lib +INCLUDE=-I../include +LIB= -R$(DIR)/libvsip -L$(DIR)/libvsip -R$(DIR)/libVU -L$(DIR)/libVU - VLIB = -lvsip - VULIB=-lVU - FFTWLIB= -@@ -724,6 +723,7 @@ - - test_all: test_all.c $(SOURCE) - $(CC) -o test_all test_all.c $(LIB) $(INCLUDE) $(VULIB) $(VLIB) $(FFTWLIB) -lm +@@ -726,0 +726 @@ + ./test_all - - clean: - rm -f atest test_all |