Ignore:
Timestamp:
2011-03-22T21:33:42+13:00 (13 years ago)
Author:
ak19
Message:

Added enable/disable-wvware flag to affected configure and Makefiles files in build-src, build-src/packages and top-level GS2, so we can turn off wvware compiling (such as for 64 bit Mac OS Snow Leopard Update 3 machines - MacOS 10.6.3 and over). By default wvware compilation is enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/Makefile

    r22157 r23800  
    2929# is assumed that each package will have at least four rules: all, install,
    3030# clean, and distclean.
    31 PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
     31
     32PACKAGEDIRS =
     33
     34USE_WVWARE=0
     35ifeq ($(USE_WVWARE), 1)
     36PACKAGEDIRS += wv/wv-gs
     37endif
     38
     39PACKAGEDIRS +=  rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    3240        wget/wget-1.11.4 cpan/XML-Parser-2.34 \
    3341        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    34 
    3542
    3643all:
Note: See TracChangeset for help on using the changeset viewer.