summaryrefslogtreecommitdiff
path: root/gawk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gawk/Pkgfile')
-rw-r--r--gawk/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/gawk/Pkgfile b/gawk/Pkgfile
index 8d8c5a42..39f5512e 100644
--- a/gawk/Pkgfile
+++ b/gawk/Pkgfile
@@ -4,11 +4,14 @@
name=gawk
version=3.1.5
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+release=3
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
+ $name-$version-io.patch)
build() {
cd $name-$version
+
+ patch -p0 -i $SRC/$name-$version-io.patch
./configure --prefix=/usr \
--enable-switch \
--disable-nls

Generated by cgit