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/corba/Makefile.in

    r25231 r30878  
    2828COMMON_DIR = $(GSDL_DIR)/common-src
    2929RUNTIME_DIR = $(GSDL_DIR)/runtime-src
     30
     31GSDLOS = @gsdlos@
     32GSLDARCH = @gsdlarch@
    3033
    3134INDEXERS_DIR = $(COMMON_DIR)/indexers
     
    3942ENABLE_ACCENTFOLD = @ENABLE_ACCENTFOLD@
    4043ifeq ($(ENABLE_ACCENTFOLD), 1)
     44ifeq ($(GSDLOS),darwin)
     45ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a -liconv
     46else
    4147ACCENTFOLD_LIBS = $(INDEXERS_DIR)/packages/unac/libunac.a $(COMMON_PACKAGES_DIR)/iconv/lib/libiconv.a
     48endif
    4249else
    4350ACCENTFOLD_LIBS =
Note: See TracChangeset for help on using the changeset viewer.