summaryrefslogtreecommitdiff
path: root/math/tasp-vsipl/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-03 20:25:31 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-03 20:25:31 +0000
commit2bc00d902693e61e5b32c5a0147b483047740000 (patch)
tree23cbf325decb2f7a3b3773f601379dd3db2c66bb /math/tasp-vsipl/patches
parentac74f225a0870ada7fd2b8545a8ca611c0c02005 (diff)
downloadpkgsrc-2bc00d902693e61e5b32c5a0147b483047740000.tar.gz
Regenerate patch, doesn't apply cleanly on DragonFly.
Diffstat (limited to 'math/tasp-vsipl/patches')
-rw-r--r--math/tasp-vsipl/patches/patch-ae19
1 files changed, 14 insertions, 5 deletions
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