summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2013-02-16 10:01:56 +0000
committerThomas Kahle <tomka@gentoo.org>2013-02-16 10:01:56 +0000
commit5a47d62dd106e5fd971de5ce3d2f8ab7ca190631 (patch)
treed8533f70cbd22cb5fbb4bb610a538734d53683eb /sci-mathematics/frobby/files
parentSplit out src_prepare from src_unpack. (diff)
downloadgentoo-2-5a47d62dd106e5fd971de5ce3d2f8ab7ca190631.tar.gz
gentoo-2-5a47d62dd106e5fd971de5ce3d2f8ab7ca190631.tar.bz2
gentoo-2-5a47d62dd106e5fd971de5ce3d2f8ab7ca190631.zip
drop old, update Makefile patch (bugs 457722, 457720)
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'sci-mathematics/frobby/files')
-rw-r--r--sci-mathematics/frobby/files/frobby-cflags-no-strip-soname.patch24
1 files changed, 21 insertions, 3 deletions
diff --git a/sci-mathematics/frobby/files/frobby-cflags-no-strip-soname.patch b/sci-mathematics/frobby/files/frobby-cflags-no-strip-soname.patch
index 48e504f95815..2f5721d62a71 100644
--- a/sci-mathematics/frobby/files/frobby-cflags-no-strip-soname.patch
+++ b/sci-mathematics/frobby/files/frobby-cflags-no-strip-soname.patch
@@ -1,6 +1,15 @@
-diff -U 3 -dHrN frobby_v0.9.0-orig/Makefile frobby_v0.9.0/Makefile
---- frobby_v0.9.0-orig/Makefile 2012-07-30 14:19:58.161584356 +0200
-+++ frobby_v0.9.0/Makefile 2012-07-30 14:21:36.796558990 +0200
+diff -U 3 -dHrN frobby_v0.9.0.orig/Makefile frobby_v0.9.0/Makefile
+--- frobby_v0.9.0.orig/Makefile 2013-01-15 22:40:13.127937655 +0100
++++ frobby_v0.9.0/Makefile 2013-02-16 10:54:42.265322522 +0100
+@@ -70,7 +70,7 @@
+ BIN_INSTALL_DIR = "/usr/local/bin/"
+ endif
+
+-cflags = $(CFLAGS) $(CPPFLAGS) -Wall -ansi -pedantic -I $(GMP_INC_DIR) \
++cflags = $(CPPFLAGS) -Wall -ansi -pedantic -I $(GMP_INC_DIR) \
+ -Wno-uninitialized -Wno-unused-parameter
+ program = frobby
+ library = libfrobby.a
@@ -87,7 +87,6 @@
MATCH=false
ifeq ($(MODE), release)
@@ -9,6 +18,15 @@ diff -U 3 -dHrN frobby_v0.9.0-orig/Makefile frobby_v0.9.0/Makefile
MATCH=true
endif
ifeq ($(MODE), debug)
+@@ -99,7 +98,7 @@
+ endif
+ ifeq ($(MODE), shared)
+ outdir = bin/shared/
+- cflags += -O2 -fPIC
++ cflags += -fPIC
+ library = libfrobby.so
+ MATCH=true
+ endif
@@ -204,16 +203,13 @@
mv -f $@.exe $@; \
fi