diff options
author | Bruno Haible <bruno@clisp.org> | 2017-06-30 09:31:54 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-06-30 09:32:38 +0200 |
commit | 49f57840ea1503287bad6a6813cc6c96ffef1f68 (patch) | |
tree | 53c1d119407997c3b224d1e83b1f179ff8915acb /dev-libs/ffcall | |
parent | net-analyzer/wireshark: ia64 stable, bug #620858 (diff) | |
download | gentoo-49f57840ea1503287bad6a6813cc6c96ffef1f68.tar.gz gentoo-49f57840ea1503287bad6a6813cc6c96ffef1f68.tar.bz2 gentoo-49f57840ea1503287bad6a6813cc6c96ffef1f68.zip |
dev-libs/ffcall: Remove obsolete ebuild parts
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ffcall-1.13.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild b/dev-libs/ffcall/ffcall-1.13.ebuild index e2514f4f1ea6..067088c3b005 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 |