summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2006-07-22 23:31:55 +0000
committerPatrick McLean <chutzpah@gentoo.org>2006-07-22 23:31:55 +0000
commit8725e7b4408146ecbc215b3fecf6ecd5b85651b3 (patch)
tree42d5145b035998cb3ccb9327a3af57bb27e3b58b /sys-apps/915resolution/915resolution-0.5.2.ebuild
parentMarked stable on amd64 for bug #140793 (diff)
downloadhistorical-8725e7b4408146ecbc215b3fecf6ecd5b85651b3.tar.gz
historical-8725e7b4408146ecbc215b3fecf6ecd5b85651b3.tar.bz2
historical-8725e7b4408146ecbc215b3fecf6ecd5b85651b3.zip
Clean up the binary in the tarball before making, fixes bug #141437.
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'sys-apps/915resolution/915resolution-0.5.2.ebuild')
-rw-r--r--sys-apps/915resolution/915resolution-0.5.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/915resolution/915resolution-0.5.2.ebuild b/sys-apps/915resolution/915resolution-0.5.2.ebuild
index 8c6ad5d189d4..cb31550a21f8 100644
--- a/sys-apps/915resolution/915resolution-0.5.2.ebuild
+++ b/sys-apps/915resolution/915resolution-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.2.ebuild,v 1.1 2006/07/22 17:29:44 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.2.ebuild,v 1.2 2006/07/22 23:31:55 chutzpah Exp $
DESCRIPTION="Utility to patch VBIOS of Intel 855 / 865 / 915 chipsets"
HOMEPAGE="http://www.geocities.com/stomljen/"
@@ -15,7 +15,8 @@ DEPEND=""
RDEPEND=""
src_compile() {
- emake || die "Compiliation failed."
+ emake clean
+ emake CFLAGS="${CFLAGS}" || die "Compiliation failed."
}
src_install() {
@@ -26,6 +27,7 @@ src_install() {
}
pkg_postinst() {
+ elog
elog "${PN} alters your video BIOS in a non-permanent way, this means"
elog "that there is no risk of permanent damage to your video card, but"
elog "it also means that it must be run at every boot. To set it up, "