diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-08-04 12:17:20 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-08-04 12:17:20 +0000 |
commit | 484b0cd30056f6f799928e726357393bf50df177 (patch) | |
tree | c052ddfb26fa44ea229c991da0dafce583677bd8 /gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild | |
parent | Don't use ALL_LDFLAGS, but AUXILARY_LDFLAGS instead, bug #187443 (diff) | |
download | prefix-484b0cd30056f6f799928e726357393bf50df177.tar.gz prefix-484b0cd30056f6f799928e726357393bf50df177.tar.bz2 prefix-484b0cd30056f6f799928e726357393bf50df177.zip |
no longer necessary to inject -lutil, since I corrected my eclass screwup
(Portage 2.2.00.7521-prefix/SVN/Linux 2.6.20-1.2925.fc6 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+)
svn path=/prefix-overlay/; revision=190
Diffstat (limited to 'gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild')
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild b/gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild index 54e88d2..4f917b6 100644 --- a/gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild +++ b/gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild @@ -15,8 +15,3 @@ SRC_URI="http://overlays.gentoo.org/svn/proj/gnustep/downloads/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" - -src_compile() { - use elibc_glibc && append-ldflags -lutil - gnustep-base_src_compile -} |