summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-02-05 14:34:29 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-02-05 14:34:29 +0000
commit243ad893d6d9f28665ec98a637f507b38351977c (patch)
tree5b37e712193b33166809c53c046413befaf15ba1 /media-libs/allegro/allegro-4.2.2.ebuild
parentRemoved code that worked around m4 files being installed since it is no longe... (diff)
downloadgentoo-2-243ad893d6d9f28665ec98a637f507b38351977c.tar.gz
gentoo-2-243ad893d6d9f28665ec98a637f507b38351977c.tar.bz2
gentoo-2-243ad893d6d9f28665ec98a637f507b38351977c.zip
Statically link utility programs with liballeg
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-libs/allegro/allegro-4.2.2.ebuild')
-rw-r--r--media-libs/allegro/allegro-4.2.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/allegro/allegro-4.2.2.ebuild b/media-libs/allegro/allegro-4.2.2.ebuild
index a5c60a65e68a..7e563851cdc8 100644
--- a/media-libs/allegro/allegro-4.2.2.ebuild
+++ b/media-libs/allegro/allegro-4.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.2.2.ebuild,v 1.1 2007/07/22 12:10:02 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.2.2.ebuild,v 1.2 2008/02/05 14:34:29 nyhm Exp $
inherit autotools eutils
@@ -49,6 +49,7 @@ src_compile() {
econf \
--enable-linux \
--enable-static \
+ --enable-staticprog \
--disable-asm \
--disable-mmx \
--disable-sse \
@@ -96,4 +97,5 @@ src_install() {
pkg_postinst() {
ewarn "Please run \"revdep-rebuild --library liballeg.so.4.2\""
+ ewarn "if you are upgrading allegro from 4.2.0."
}