summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-01-19 20:16:23 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-01-19 20:16:23 +0000
commita0e1dcfc2005eae8670ad3fd7d4668a38f4b16fc (patch)
treeb1e6b29e199705f2fb4914ef51bb4943e782061d /sci-libs/amd
parentBe less brutal with tests suppression. (diff)
downloadgentoo-2-a0e1dcfc2005eae8670ad3fd7d4668a38f4b16fc.tar.gz
gentoo-2-a0e1dcfc2005eae8670ad3fd7d4668a38f4b16fc.tar.bz2
gentoo-2-a0e1dcfc2005eae8670ad3fd7d4668a38f4b16fc.zip
use proper file names in patch
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r--sci-libs/amd/files/amd-2.2.0-autotools.patch20
1 files changed, 8 insertions, 12 deletions
diff --git a/sci-libs/amd/files/amd-2.2.0-autotools.patch b/sci-libs/amd/files/amd-2.2.0-autotools.patch
index 6ecb39fb3d9e..bcf9ca8abaef 100644
--- a/sci-libs/amd/files/amd-2.2.0-autotools.patch
+++ b/sci-libs/amd/files/amd-2.2.0-autotools.patch
@@ -1,6 +1,5 @@
-diff -Nur ../AMD.orig/configure.ac ./configure.ac
---- ../AMD.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ ./configure.ac 2007-08-18 16:31:52.575954410 +0100
+--- configure.ac 1970-01-01 01:00:00.000000000 +0100
++++ configure.ac 2007-08-18 16:31:52.575954410 +0100
@@ -0,0 +1,14 @@
+# -*- Autoconf -*-
+AC_PREREQ(2.59)
@@ -16,9 +15,8 @@ diff -Nur ../AMD.orig/configure.ac ./configure.ac
+ Demo/Makefile
+ Makefile])
+AC_OUTPUT
-diff -Nur ../AMD.orig/Demo/Makefile.am ./Demo/Makefile.am
---- ../AMD.orig/Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Demo/Makefile.am 2007-08-18 17:58:28.566755030 +0100
+--- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
++++ Demo/Makefile.am 2007-08-18 17:58:28.566755030 +0100
@@ -0,0 +1,45 @@
+AM_CPPFLAGS = -I$(top_srcdir)/Include
+LDADD = $(top_builddir)/Source/libamd.la -lm
@@ -65,16 +63,14 @@ diff -Nur ../AMD.orig/Demo/Makefile.am ./Demo/Makefile.am
+
+clean-local:
+ -rm -f my_*.out
-diff -Nur ../AMD.orig/Makefile.am ./Makefile.am
---- ../AMD.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Makefile.am 2007-08-18 14:20:51.230268114 +0100
+--- Makefile.am 1970-01-01 01:00:00.000000000 +0100
++++ Makefile.am 2007-08-18 14:20:51.230268114 +0100
@@ -0,0 +1,3 @@
+SUBDIRS = Demo Source
+EXTRA_DIST = README.txt
+include_HEADERS = Include/amd.h Include/amd_internal.h
-diff -Nur ../AMD.orig/Source/Makefile.am ./Source/Makefile.am
---- ../AMD.orig/Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Source/Makefile.am 2007-08-18 16:32:15.237245803 +0100
+--- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
++++ Source/Makefile.am 2007-08-18 16:32:15.237245803 +0100
@@ -0,0 +1,26 @@
+AMDCSRC = \
+ amd_1.c \