diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-05-16 06:09:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-05-16 06:09:35 +0000 |
commit | edd99a3f7989cc9b21a9a005eff2776f69c9d347 (patch) | |
tree | 59f9fd37d64cd10cb31496f5e39bc260b39f17ac /sci-libs | |
parent | Fix building when /bin/sh is not functional enough #366671 by Alec Moskvin. (diff) | |
download | gentoo-2-edd99a3f7989cc9b21a9a005eff2776f69c9d347.tar.gz gentoo-2-edd99a3f7989cc9b21a9a005eff2776f69c9d347.tar.bz2 gentoo-2-edd99a3f7989cc9b21a9a005eff2776f69c9d347.zip |
Fixed underlinking, #367457
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cqrlib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cqrlib/files/1.0.6-gentoo.patch | 15 |
2 files changed, 16 insertions, 4 deletions
diff --git a/sci-libs/cqrlib/ChangeLog b/sci-libs/cqrlib/ChangeLog index cabbf04c648e..be94ad4ea66f 100644 --- a/sci-libs/cqrlib/ChangeLog +++ b/sci-libs/cqrlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cqrlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/ChangeLog,v 1.9 2011/05/05 16:18:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/ChangeLog,v 1.10 2011/05/16 06:09:35 jlec Exp $ + + 16 May 2011; Justin Lecher <jlec@gentoo.org> files/1.0.6-gentoo.patch: + Fixed underlinking, #367457 *cqrlib-1.0.6 (05 May 2011) diff --git a/sci-libs/cqrlib/files/1.0.6-gentoo.patch b/sci-libs/cqrlib/files/1.0.6-gentoo.patch index 592df3ae203a..64a8eaf3ae26 100644 --- a/sci-libs/cqrlib/files/1.0.6-gentoo.patch +++ b/sci-libs/cqrlib/files/1.0.6-gentoo.patch @@ -1,8 +1,8 @@ - Makefile | 54 ++++++++++++++++-------------------------------------- - 1 files changed, 16 insertions(+), 38 deletions(-) + Makefile | 56 +++++++++++++++++--------------------------------------- + 1 files changed, 17 insertions(+), 39 deletions(-) diff --git a/Makefile b/Makefile -index 9590e50..7703c41 100644 +index 9590e50..1aa14e5 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ INCLUDES = -I$(INC) @@ -81,6 +81,15 @@ index 9590e50..7703c41 100644 $(LIB): +@@ -255,7 +233,7 @@ $(BIN): + # + $(LIB)/libCQRlib.$(LIB_EXT): $(SOURCE) $(HEADERS) $(COMMONDEP) + $(COMPILE_COMMAND) -c $(SOURCE) +- $(LIBRARY_LINK_COMMAND) -o $(LIB)/libCQRlib.$(LIB_EXT) *.$(OBJ_EXT) ++ $(LIBRARY_LINK_COMMAND) -o $(LIB)/libCQRlib.$(LIB_EXT) *.$(OBJ_EXT) -lm + + # + # CQRlibTest example program @@ -274,7 +252,7 @@ $(BIN)/CPPQRTest: $(EXAMPLES)/CPPQRTest.cpp # # Tests |