diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-01-26 17:44:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-01-26 17:44:46 +0000 |
commit | 7657160a00ec61879a69ed03f31128c466e27321 (patch) | |
tree | 353eb7e1121f30660236397ca476ec436b48be29 /dev-vcs | |
parent | Marked ~m68k-mint, bug #449976 (diff) | |
download | gentoo-2-7657160a00ec61879a69ed03f31128c466e27321.tar.gz gentoo-2-7657160a00ec61879a69ed03f31128c466e27321.tar.bz2 gentoo-2-7657160a00ec61879a69ed03f31128c466e27321.zip |
Fix compilation for FreeMiNT by Alan Hourihane, bug #451502
(Portage version: 2.2.01.21580-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.7.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index 4be614215467..984edc6c3f21 100644 --- a/dev-vcs/subversion/ChangeLog +++ b/dev-vcs/subversion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.95 2013/01/01 19:26:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.96 2013/01/26 17:44:46 grobian Exp $ + + 26 Jan 2013; Fabian Groffen <grobian@gentoo.org> subversion-1.7.7.ebuild: + Fix compilation for FreeMiNT by Alan Hourihane, bug #451502 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> subversion-1.7.7.ebuild: s390/sh/x86 stable wrt #447946 diff --git a/dev-vcs/subversion/subversion-1.7.7.ebuild b/dev-vcs/subversion/subversion-1.7.7.ebuild index d6ec4d771c67..b6c6f181cfb0 100644 --- a/dev-vcs/subversion/subversion-1.7.7.ebuild +++ b/dev-vcs/subversion/subversion-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.11 2013/01/01 19:26:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.12 2013/01/26 17:44:46 grobian Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -163,6 +163,9 @@ src_configure() { # this breaks installation, on x64 echo replacement is 32-bits myconf+=" --disable-local-library-preloading" ;; + *-mint*) + myconf+=" --enable-all-static --disable-local-library-preloading" + ;; *) # inject LD_PRELOAD entries for easy in-tree development myconf+=" --enable-local-library-preloading" |