summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-05 03:32:45 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-05 03:32:45 +0000
commit8ba85e2b4706d3f58bf64ba1dbc88ed536854492 (patch)
treed79f2ad572771abb564e483ccb6a633c4f8cbf66 /sys-devel/m4/m4-1.4.3.ebuild
parentInstall as gm4 by default and drop in a m4 symlink on GNU systems #90858. (diff)
downloadgentoo-2-8ba85e2b4706d3f58bf64ba1dbc88ed536854492.tar.gz
gentoo-2-8ba85e2b4706d3f58bf64ba1dbc88ed536854492.tar.bz2
gentoo-2-8ba85e2b4706d3f58bf64ba1dbc88ed536854492.zip
Fix 64bit issues where pointers are stored in types which are too small #87873 by Matt Hargett.
(Portage version: 2.0.51.21)
Diffstat (limited to 'sys-devel/m4/m4-1.4.3.ebuild')
-rw-r--r--sys-devel/m4/m4-1.4.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/m4/m4-1.4.3.ebuild b/sys-devel/m4/m4-1.4.3.ebuild
index 96360e9730d3..6b7a53f13240 100644
--- a/sys-devel/m4/m4-1.4.3.ebuild
+++ b/sys-devel/m4/m4-1.4.3.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/sys-devel/m4/m4-1.4.3.ebuild,v 1.3 2005/05/05 03:06:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.3.ebuild,v 1.4 2005/05/05 03:32:45 vapier Exp $
inherit eutils toolchain-funcs
@@ -21,6 +21,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-autotools.patch
+ epatch "${FILESDIR}"/${P}-pointer.patch
}
src_compile() {