summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-06-24 08:21:19 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-06-24 08:21:19 +0000
commitcaebc98ab35b2fce570e8c2b4e82f7120726c2d2 (patch)
tree1585389724ed80813ba318dad132ee1a6bdfb47e /dev-libs
parentstable for x86 (diff)
downloadhistorical-caebc98ab35b2fce570e8c2b4e82f7120726c2d2.tar.gz
historical-caebc98ab35b2fce570e8c2b4e82f7120726c2d2.tar.bz2
historical-caebc98ab35b2fce570e8c2b4e82f7120726c2d2.zip
cleaned up einfo message in pkg_postinst
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ode/Manifest2
-rw-r--r--dev-libs/ode/ode-0.035-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/ode/Manifest b/dev-libs/ode/Manifest
index 5ab6e39688cc..9e77b271eada 100644
--- a/dev-libs/ode/Manifest
+++ b/dev-libs/ode/Manifest
@@ -1,5 +1,5 @@
MD5 5334ad3e371acf1100e98b239fc355a1 ode-0.035.ebuild 856
-MD5 a9000a3b51039843531daf7c67784d62 ode-0.035-r1.ebuild 1411
+MD5 62d106e4fb0eb19e832effc2ecfc82eb ode-0.035-r1.ebuild 1398
MD5 21760f30f5a0d57254a1b4245279faad ode-0.03.ebuild 792
MD5 9f267505b5ad9024498a381a64bfda08 ChangeLog 924
MD5 75109f5c251d1f5756e9f0e1b038432e files/digest-ode-0.035 58
diff --git a/dev-libs/ode/ode-0.035-r1.ebuild b/dev-libs/ode/ode-0.035-r1.ebuild
index 630d19a97359..963fd3864504 100644
--- a/dev-libs/ode/ode-0.035-r1.ebuild
+++ b/dev-libs/ode/ode-0.035-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ode/ode-0.035-r1.ebuild,v 1.1 2003/06/24 05:02:36 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ode/ode-0.035-r1.ebuild,v 1.2 2003/06/24 08:20:55 george Exp $
inherit flag-o-matic
@@ -19,6 +19,7 @@ DEPEND="virtual/opengl"
#this package has to be compiled strictly with -O1
replace-flags -O? -O
+#this is necessary here because of the way Makefile is composed
append-flags -c
src_unpack() {
@@ -53,6 +54,5 @@ pkg_postinst() {
einfo "The package Makfile has been modified to honor user-set CFLAGS"
einfo "- they were ignored previously"
einfo "the package defined FLAGS were: "
- einfo "-c -Wall -fno-rtti -fno-exceptions -fomit-frame-pointer -ffast-math"
- einfo "(the -c is essential because of the way Makefile is constructed)"
+ einfo "-Wall -fno-rtti -fno-exceptions -fomit-frame-pointer -ffast-math"
}