Changeset 37605 for main


Ignore:
Timestamp:
2023-04-05T13:22:35+12:00 (13 months ago)
Author:
anupama
Message:

Recommitting yesterday's change as it is not what appears to have broken the mac GS3 release kit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-devel.sh

    r37604 r37605  
    1414# are turned into errors instead when compiling. We want them behaving like warnings again.
    1515# To do so, we set -Wno-error=implicit-function-declaration
    16 #if test "$GSDLOS" = "darwin"; then
    17 #    if test "x$CFLAGS" = "x" ; then
    18 #   CFLAGS="-Wno-error=implicit-function-declaration"
    19 #    else
    20 #   CFLAGS="-Wno-error=implicit-function-declaration $CFLAGS"
    21 #    fi
    22 #    export CFLAGS
    23 #fi
     16if test "$GSDLOS" = "darwin"; then
     17    if test "x$CFLAGS" = "x" ; then
     18    CFLAGS="-Wno-error=implicit-function-declaration"
     19    else
     20    CFLAGS="-Wno-error=implicit-function-declaration $CFLAGS"
     21    fi
     22    export CFLAGS
     23fi
    2424
    2525if test "x$gsopt_noexts" != "x1" ; then
Note: See TracChangeset for help on using the changeset viewer.