summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-04 12:17:20 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-04 12:17:20 +0000
commit484b0cd30056f6f799928e726357393bf50df177 (patch)
treec052ddfb26fa44ea229c991da0dafce583677bd8 /gnustep-apps/terminal
parentDon't use ALL_LDFLAGS, but AUXILARY_LDFLAGS instead, bug #187443 (diff)
downloadprefix-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')
-rw-r--r--gnustep-apps/terminal/Manifest2
-rw-r--r--gnustep-apps/terminal/terminal-0.9.5_pre20060324.ebuild5
2 files changed, 1 insertions, 6 deletions
diff --git a/gnustep-apps/terminal/Manifest b/gnustep-apps/terminal/Manifest
index b5110e8..841fa9b 100644
--- a/gnustep-apps/terminal/Manifest
+++ b/gnustep-apps/terminal/Manifest
@@ -1,2 +1,2 @@
DIST terminal-0.9.5_pre20060324.tar.bz2 64141 RMD160 c38df5e80b705c349370165db7ff49398894e167 SHA1 1f3e550314c8648004391dafa99d14b2e330ad2d SHA256 7a893eaefcfa80b89fbf083899d7b6ebc85ce6e3559d62b946a7b8ca685680e4
-EBUILD terminal-0.9.5_pre20060324.ebuild 494 RMD160 4d810f253f40499b76235400c16e28ac3b5055af SHA1 9361b85c1da380d39a4a04bba076259abfa544af SHA256 0be9fb91ff53c04d069bfa38451a374edd65514cc34253451cc0b418b9e994bb
+EBUILD terminal-0.9.5_pre20060324.ebuild 495 RMD160 72d97d9a3c5ec01f39c743b5c8ea4d10b2f9a8ff SHA1 4be9bd9c978aea77a6cb7c7871867f5e2248a69e SHA256 2a365ad26d39b92328c6fd5d29da9dd7780a0b9e59a04a6f1da69cc8d31972ee
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
-}