summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-02-18 15:11:40 +0000
committerHanno Böck <hanno@gentoo.org>2005-02-18 15:11:40 +0000
commitcb12ae5b76fbd1753d5abc0eda15546d1f7d7242 (patch)
treeb6aa40ea7c877d5f0529bff5e90742db6254ee71 /app-emulation/dosemu
parentFix the 1.1.4-compat patch to work on mono-1.0.x. (diff)
downloadgentoo-2-cb12ae5b76fbd1753d5abc0eda15546d1f7d7242.tar.gz
gentoo-2-cb12ae5b76fbd1753d5abc0eda15546d1f7d7242.tar.bz2
gentoo-2-cb12ae5b76fbd1753d5abc0eda15546d1f7d7242.zip
dosemu compilation fix
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r--app-emulation/dosemu/ChangeLog5
-rw-r--r--app-emulation/dosemu/dosemu-1.2.2-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index da6325e1aab5..25e9c63b928d 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/dosemu
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.24 2005/02/13 19:39:20 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.25 2005/02/18 15:11:40 hanno Exp $
+
+ 18 Feb 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild:
+ Fixed compilation on hardened profile.
13 Feb 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild:
Fixed installing freedos-tarball, see bug #80194.
diff --git a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
index b73470a40f93..d40a7d759a75 100644
--- a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.2 2005/02/13 19:39:20 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.3 2005/02/18 15:11:40 hanno Exp $
inherit flag-o-matic eutils
@@ -37,6 +37,7 @@ src_compile() {
# Has problems with -O3 on some systems
replace-flags -O[3-9] -O2
+ append-flags -fno-pic
econf ${myflags} || die "DOSemu Base Configuration Failed"