summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-10-03 16:34:21 +0000
committerIan Leitch <port001@gentoo.org>2003-10-03 16:34:21 +0000
commit0f0ab12fa3dacb923c6f411eabbe58c0beea1cfa (patch)
tree0708eaf98037e5cb668bf9186b3af9876dd3c0ac /app-misc/pal/pal-0.2.5.ebuild
parentfilter-flags because of segfaulting with fstackprotector in CFLAGS (diff)
downloadgentoo-2-0f0ab12fa3dacb923c6f411eabbe58c0beea1cfa.tar.gz
gentoo-2-0f0ab12fa3dacb923c6f411eabbe58c0beea1cfa.tar.bz2
gentoo-2-0f0ab12fa3dacb923c6f411eabbe58c0beea1cfa.zip
Fixed Makefile errors about .d files
Diffstat (limited to 'app-misc/pal/pal-0.2.5.ebuild')
-rw-r--r--app-misc/pal/pal-0.2.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/pal/pal-0.2.5.ebuild b/app-misc/pal/pal-0.2.5.ebuild
index 3f51985b7b09..9ca11a694d79 100644
--- a/app-misc/pal/pal-0.2.5.ebuild
+++ b/app-misc/pal/pal-0.2.5.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/app-misc/pal/pal-0.2.5.ebuild,v 1.1 2003/10/02 22:18:50 port001 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.2.5.ebuild,v 1.2 2003/10/03 16:34:18 port001 Exp $
IUSE=""
DESCRIPTION="pal command-line calendar program"
@@ -20,6 +20,7 @@ DEPEND=">=dev-libs/glib-2.0
src_unpack() {
unpack ${P}.tgz
cd ${S}
+ sed -i -e "s/^include/-include/" Makefile
sed -i -e "s/-O2 -Wall/${CFLAGS}/" Makefile
}