diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-14 18:07:22 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-14 18:54:21 +0100 |
commit | 155949fd3937314bf5ddf0e1b8655924f01c148b (patch) | |
tree | 0c9f8178dbda01ef00eadc1e94d65a959e9a4f9f /sci-libs/libint/files | |
parent | dev-python/django: Drop old (diff) | |
download | gentoo-155949fd3937314bf5ddf0e1b8655924f01c148b.tar.gz gentoo-155949fd3937314bf5ddf0e1b8655924f01c148b.tar.bz2 gentoo-155949fd3937314bf5ddf0e1b8655924f01c148b.zip |
sci-libs/libint: Drop old
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/libint/files')
-rw-r--r-- | sci-libs/libint/files/1.1.4-as-needed.patch | 39 | ||||
-rw-r--r-- | sci-libs/libint/files/dont-append-mcpu.patch | 16 |
2 files changed, 0 insertions, 55 deletions
diff --git a/sci-libs/libint/files/1.1.4-as-needed.patch b/sci-libs/libint/files/1.1.4-as-needed.patch deleted file mode 100644 index cc87d760b699..000000000000 --- a/sci-libs/libint/files/1.1.4-as-needed.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git a/src/lib/libderiv/Makefile.library b/src/lib/libderiv/Makefile.library -index ee152ef..8debfe8 100644 ---- a/src/lib/libderiv/Makefile.library -+++ b/src/lib/libderiv/Makefile.library -@@ -23,7 +23,7 @@ $(TOPDIR)/lib/$(NAME).a: $(LIBOBJ) - - # this is how shared library is made - $(TOPDIR)/lib/$(NAME).la: $(LIBOBJ) -- $(LTLINK) $(CXX) -o $@ $^ $(LTLINKLIBOPTS) -+ $(LTLINK) $(CXX) $(LDFLAGS) -o $@ $^ $(LTLINKLIBOPTS) - - $(TOPDIR)/include/$(NAME)/$(NAME).h: $(NAME).h - $(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/include/$(NAME) -diff --git a/src/lib/libint/Makefile.library b/src/lib/libint/Makefile.library -index 23e2918..01c4225 100644 ---- a/src/lib/libint/Makefile.library -+++ b/src/lib/libint/Makefile.library -@@ -41,7 +41,7 @@ $(TOPDIR)/lib/$(NAME).a: $(LIBOBJ) - - # this is how shared library is made - $(TOPDIR)/lib/$(NAME).la: $(LIBOBJ) -- $(LTLINK) $(CXX) -o $@ $^ $(LTLINKLIBOPTS) -+ $(LTLINK) $(CXX) $(LDFLAGS) -o $@ $^ $(LTLINKLIBOPTS) - - $(TOPDIR)/include/$(NAME)/$(NAME).h: $(NAME).h - $(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/include/$(NAME) -diff --git a/src/lib/libr12/Makefile.library b/src/lib/libr12/Makefile.library -index 1510807..26d47a4 100644 ---- a/src/lib/libr12/Makefile.library -+++ b/src/lib/libr12/Makefile.library -@@ -47,7 +47,7 @@ $(TOPDIR)/lib/$(NAME).a: $(LIBOBJ) - - # this is how shared library is made - $(TOPDIR)/lib/$(NAME).la: $(LIBOBJ) -- $(LTLINK) $(CXX) -o $@ $^ $(LTLINKLIBOPTS) -+ $(LTLINK) $(CXX) $(LDFLAGS) -o $@ $^ $(LTLINKLIBOPTS) - - $(TOPDIR)/include/$(NAME)/$(NAME).h: $(NAME).h - $(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/include/$(NAME) diff --git a/sci-libs/libint/files/dont-append-mcpu.patch b/sci-libs/libint/files/dont-append-mcpu.patch deleted file mode 100644 index 72b5e437051b..000000000000 --- a/sci-libs/libint/files/dont-append-mcpu.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -urN libint-1.1.2.orig/configure libint-1.1.2/configure ---- libint-1.1.2.orig/configure 2003-12-05 13:24:55.000000000 -0800 -+++ libint-1.1.2/configure 2005-12-06 03:27:37.000000000 -0800 -@@ -3554,10 +3554,10 @@ - cpu_arch_option="-mcpu=$target_cpu" - fi - if test X$GCC = Xyes; then -- COPTIONS_MISC="$COPTIONS_MISC $cpu_arch_option" -+ COPTIONS_MISC="$COPTIONS_MISC" - fi - if test X$GXX = Xyes; then -- CXXOPTIONS_MISC="$CXXOPTIONS_MISC $cpu_arch_option" -+ CXXOPTIONS_MISC="$CXXOPTIONS_MISC" - fi - echo "$as_me:3562: result: IA-32: $cpu_arch_option" >&5 - echo "${ECHO_T}IA-32: $cpu_arch_option" >&6 |