diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2013-10-19 19:47:39 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2013-10-19 19:47:39 +0000 |
commit | 6f125f526d723cb8af2d907615d0f021bafe8a12 (patch) | |
tree | c9aaddfca1346d44c668eec8ba0c52d395b870e3 /lang/gawk/patches | |
parent | c82d7be1dbb900dfd954931d04b9356513d32864 (diff) | |
download | pkgsrc-6f125f526d723cb8af2d907615d0f021bafe8a12.tar.gz |
Fix build on MirBSD.
The gawk developers added code to skip building the extensions on MirBSD
but inserted a syntax error. Also skip the extensions in the PLIST on MirBSD.
Diffstat (limited to 'lang/gawk/patches')
-rw-r--r-- | lang/gawk/patches/patch-extension_configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/gawk/patches/patch-extension_configure b/lang/gawk/patches/patch-extension_configure new file mode 100644 index 00000000000..9a30c811580 --- /dev/null +++ b/lang/gawk/patches/patch-extension_configure @@ -0,0 +1,12 @@ +$NetBSD: patch-extension_configure,v 1.1 2013/10/19 19:47:39 bsiegert Exp $ + +--- extension/configure.orig Fri Aug 30 14:41:50 2013 ++++ extension/configure +@@ -16532,7 +16532,6 @@ case `uname` in + MirBSD | MirOS | "OS/390") + cat << \EOF > Makefile + all dist check clean distclean install uninstall distcheck: +- @exit 0 + EOF + ;; + *) |