Ignore:
Timestamp:
2016-10-18T16:52:37+13:00 (8 years ago)
Author:
ak19
Message:

Modifications to get GS2 compiling to work again on Macs after the recent ElCapitan changes around libiconv for a GS3 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/Makefile.in

    r25237 r30878  
    4141ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    4242ifeq ($(ENABLE_ACCENTFOLD), 1)
     43ifeq ($(GSDLOS),darwin)
     44ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a -liconv
     45else
    4346ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib/libiconv.a
     47endif
    4448else
    4549ACCENTFOLD_LIBS =
Note: See TracChangeset for help on using the changeset viewer.