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/tasp-vsipl/patches | |
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/tasp-vsipl/patches')
-rw-r--r-- | math/tasp-vsipl/patches/patch-ae | 19 |
1 files changed, 5 insertions, 14 deletions
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 |