Bugs item #2914558, was opened at 2009-12-14 22:24
Message generated for change (Tracker Item Submitted) made by mbucc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2914558&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mark Bucciarelli (mbucc)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: Modify MonetDB.m4 to support OpenBSD

Initial Comment:
dnl MonetDB code requires some POSIX and XOPEN extensions 
*-*-solaris*)
        dnl Basically, we introduced a small hell by requiring C99 for the
...
yes-*-*)
        case "$host_os" in
        cygwin*|freebsd*|irix*|darwin*)
                ;;
        *)
                AC_DEFINE(_POSIX_C_SOURCE, 200112L, [Compiler flag])
                AC_DEFINE(_POSIX_SOURCE, 1, [Compiler flag])
                AC_DEFINE(_XOPEN_SOURCE, 600, [Compiler flag])
                ;;
        esac
...


The line: 

        cygwin*|freebsd*|irix*|darwin*)

should include |openbsd*

Thanks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2914558&group_id=56967

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to