[Lunar-commits] <moonbase> gawk: use a compile time parameter for compiling with gcc 4.3.x.
Florin Braescu
florin at lunar-linux.org
Sun Apr 5 17:52:32 CEST 2009
commit 992a7113449210c90f8f2bb335eb6a4902365853
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 5 18:52:32 2009 +0300
gawk: use a compile time parameter for compiling with gcc 4.3.x.
---
editors/gawk/BUILD | 12 +++++++-----
editors/gawk/DETAILS | 4 ++--
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/editors/gawk/BUILD b/editors/gawk/BUILD
index 6234d97..d609008 100644
--- a/editors/gawk/BUILD
+++ b/editors/gawk/BUILD
@@ -4,13 +4,15 @@
--prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --bindir=/bin &&
- default_make &&
- rm -f /bin/awk &&
- ln -sf gawk /bin/awk &&
+ --bindir=/bin \
+ ac_cv_func_working_mktime=yes &&
+
+ default_make &&
+ rm -f /bin/awk &&
+ ln -sf gawk /bin/awk &&
if [ -e /bin/gawk-* ]; then
rm /bin/gawk-*;
- fi &&
+ fi &&
if [ -e /bin/pgawk-* ]; then
rm /bin/pgawk-*;
fi
diff --git a/editors/gawk/DETAILS b/editors/gawk/DETAILS
index 841014f..f887920 100644
--- a/editors/gawk/DETAILS
+++ b/editors/gawk/DETAILS
@@ -1,8 +1,8 @@
MODULE=gawk
VERSION=3.1.6
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_VFY=sha1:fb45bded207af6a8e46cd63fcbb6fb064ecee607
WEB_SITE=http://www.gnu.org/software/gawk/gawk.html
ENTERED=20010922
More information about the Lunar-commits
mailing list