zsh-workers
 help / color / mirror / code / Atom feed
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
To: zsh-workers@zsh.org
Subject: Drop old OpenBSD hack
Date: Thu, 17 Apr 2014 15:46:16 +0200	[thread overview]
Message-ID: <20140417134616.GQ20937@mail.jasper.la> (raw)

Hi,

There's no more need to add OpenBSD to the list of platforms not to define
_XOPEN_SOURCE_EXTENDED, zsh compiles just fine.

>From 10b609dbb91f49d89d71bbe29212989607684a03 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Thu, 17 Apr 2014 15:38:24 +0200
Subject: [PATCH] Remove OpenBSD from list of platforms where
 _XOPEN_SOURCE_EXTENDED shouldn't be defined

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 776b908..a2a6b9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -756,7 +756,7 @@ AH_TEMPLATE([ZSH_NO_XOPEN],
 AC_CACHE_CHECK(if _XOPEN_SOURCE_EXTENDED should not be defined,
 zsh_cv_no_xopen,
 [[case "$host_os" in
-  *openbsd*|*freebsd5*|*freebsd6.[012]*|*aix*)
+  *freebsd5*|*freebsd6.[012]*|*aix*)
   zsh_cv_no_xopen=yes
   ;;
   *)
-- 
1.9.1


                 reply	other threads:[~2014-04-17 13:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140417134616.GQ20937@mail.jasper.la \
    --to=jasper@openbsd.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).