commit:     8ce37f9130c35339f398bd63353bd0816885faef
Author:     Bruno Haible <bruno <AT> clisp <DOT> org>
AuthorDate: Fri Jun 30 07:27:07 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 07:27:51 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8ce37f91

dev-libs/ffcall: Removes ebuild obsolete parts

 dev-libs/ffcall/ffcall-1.13.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild 
b/dev-libs/ffcall/ffcall-1.13.ebuild
index e2514f4f..067088c3 100644
--- a/dev-libs/ffcall/ffcall-1.13.ebuild
+++ b/dev-libs/ffcall/ffcall-1.13.ebuild
@@ -39,17 +39,12 @@ src_prepare() {
                # and -Wa, are a must to pass here.
                sed -e 's/$(CC) /&$(CFLAGS) /g' \
                        -i "${mfi}" || die
-
-               # usually uses '$(CC) ... -o something' for linking
-               sed -e 's/\($(CC) .* \)-o /\1 $(LDFLAGS) -o /g' \
-                       -i "${mfi}" || die
        done
        eapply_user
 }
 
 src_configure() {
        append-flags -fPIC
-       append-flags $(test-flags-CC -Wa,--noexecstack) #253963
 
        # Doc goes in datadir
        econf \
@@ -58,16 +53,6 @@ src_configure() {
                --disable-static
 }
 
-src_compile() {
-       # Because CHOST is set to (for example)
-       # alphaev67-unknown-linux-gnu, CPU gets set to alphaev67 which
-       # doesn't work in the Makefile (29 Jan 2004 agriffis)
-       local cpu_setting
-       [[ "${ARCH}" == "alpha" ]] && cpu_setting='CPU=alpha'
-
-       emake ${cpu_setting}
-}
-
 src_install() {
        dodoc NEWS README
        dodir /usr/share/man

Reply via email to