IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30888


Ignore:
Timestamp:
Mar 13, 2011, 5:05:34 PM (15 years ago)
Author:
eugene
Message:

looks like we should not set _DAWRIN_C_SOURCE ourselves (collides with #define in /usr/X11R6/include/X11/Xosdefs.h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/Ohana/configure.tcsh

    r28241 r30888  
    321321   set sysincpath = "$sysincpath /sw/include"
    322322   set dlltype = dylib
    323    set CFLAGS = "$CFLAGS -D_DARWIN_C_SOURCE"
    324    set defines = "-D_DARWIN_C_SOURCE"
     323   # set CFLAGS = "$CFLAGS -D_DARWIN_C_SOURCE"
     324   # set defines = "-D_DARWIN_C_SOURCE"
    325325   breaksw;
    326326 case HP-UX:
Note: See TracChangeset for help on using the changeset viewer.