Changeset 25796


Ignore:
Timestamp:
12/01/20 13:24:47 (4 years ago)
Author:
schlegel
Message:

CHG: add a flag for implicit function declaration for the mac install scripts

Location:
issm/trunk-jpl/externalpackages/chaco/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/chaco/patches/Makefile.macosx64-sierra.patch

    r21538 r25796  
    66 #CFLAGS =      -fPIC -fno-omit-frame-pointer -D_GNU_SOURCE -pthread -fexceptions
    77-CFLAGS =       -fPIC -fno-omit-frame-pointer -pthread -fexceptions -g
    8 +CFLAGS =       -fPIC -fno-omit-frame-pointer -pthread -fexceptions -g -I/usr/local/include/
     8+CFLAGS =       -fPIC -fno-omit-frame-pointer -pthread -fexceptions -g -I/usr/local/include/ -Wno-implicit-function-declaration
    99 #CFLAGS =      -fPIC -fno-omit-frame-pointer -pthread -fexceptions -DMATLAB
    1010 OFLAGS =       -O2
  • issm/trunk-jpl/externalpackages/chaco/patches/Makefile.patch

    r20192 r25796  
    66 #CFLAGS =      -fPIC -fno-omit-frame-pointer -D_GNU_SOURCE -pthread -fexceptions
    77-CFLAGS =       -fPIC -fno-omit-frame-pointer -pthread -fexceptions -g
    8 +CFLAGS =       -fPIC -fno-omit-frame-pointer -pthread -fexceptions -g -I/usr/include/malloc
     8+CFLAGS =       -fPIC -fno-omit-frame-pointer -pthread -fexceptions -g -I/usr/include/malloc -Wno-implicit-function-declaration
    99 #CFLAGS =      -fPIC -fno-omit-frame-pointer -pthread -fexceptions -DMATLAB
    1010 OFLAGS =       -O2
Note: See TracChangeset for help on using the changeset viewer.