sci-mathematics/sha1-polyml: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 1 Feb 2017 18:48:06 +0000 (19:48 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 1 Feb 2017 22:39:31 +0000 (23:39 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3764

sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch [deleted file]

diff --git a/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch b/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch
deleted file mode 100644 (file)
index 86645b9..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
---- polyml-5.6-1-orig/sha1/build       2015-09-09 03:05:54.000000000 +1000
-+++ polyml-5.6-1/sha1/build    2016-12-28 19:10:36.148579115 +1100
-@@ -32,34 +32,34 @@
- case "$target" in
-   x86-linux)
--    CFLAGS="-fPIC -I. -m32"
--    LDFLAGS="-fPIC -m32 -shared"
-+    CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32"
-+    LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m32 -shared"
-     library="$target/libsha1.so"
-     test_sha1="test_sha1"
-     ;;
-   x86_64-linux)
--    CFLAGS="-fPIC -I. -m64"
--    LDFLAGS="-fPIC -m64 -shared"
-+    CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64"
-+    LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m64 -shared"
-     library="$target/libsha1.so"
-     test_sha1="test_sha1"
-     ;;
-   x86-darwin)
-     LD=libtool
--    CFLAGS="-fPIC -I. -m32"
--    LDFLAGS="-dynamic -lc"
-+    CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32"
-+    LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc"
-     library="$target/libsha1.so"
-     test_sha1="test_sha1"
-     ;;
-   x86_64-darwin)
-     LD=libtool
--    CFLAGS="-fPIC -I. -m64"
--    LDFLAGS="-dynamic -lc"
-+    CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64"
-+    LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc"
-     library="$target/libsha1.so"
-     test_sha1="test_sha1"
-     ;;
-   x86-cygwin)
--    CFLAGS="-I. -m32"
--    LDFLAGS="-shared"
-+    CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -I. -m32"
-+    LDFLAGS="-Wl,-O1 -Wl,--as-needed -shared"
-     library="$target/sha1.dll"
-     test_sha1="test_sha1.exe"
-     ;;
-@@ -105,10 +105,6 @@
- $CC $CFLAGS -o $test_sha1 test_sha1.c -ldl
- [ "$?" -ne 0 ] && { exit 1; }
--echo "Running tests ..."
--./$test_sha1 $library
--[ "$?" -ne 0 ] && { exit 1; }
--
--rm test_sha1 sha1.o
-+exit 0
- fi
-\ No newline at end of file