makefile.mk (0aabba3a) makefile.mk (5f295263)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 28 unchanged lines hidden (view full) ---

37all:
38 @echo "hunspell is disabled"
39
40.ELSE
41
42TARFILE_NAME=hunspell-1.3.2
43TARFILE_MD5=3121aaf3e13e5d88dfff13fb4a5f1ab8
44
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 28 unchanged lines hidden (view full) ---

37all:
38 @echo "hunspell is disabled"
39
40.ELSE
41
42TARFILE_NAME=hunspell-1.3.2
43TARFILE_MD5=3121aaf3e13e5d88dfff13fb4a5f1ab8
44
45PATCH_FILES= \
46 hunspell-solaris.patch \
47 hunspell-bash.patch
45PATCH_FILES= \
46 hunspell-solaris.patch \
47 hunspell-bash.patch \
48 hunspell-1.3.2-overflow.patch
48
49.IF "$(GUI)"=="UNX"
50
51#relative to CONFIGURE_DIR
52CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure
53CONFIGURE_FLAGS= --disable-shared --with-pic
54.IF "$(COMNAME)"=="sunpro5"
55CONFIGURE_FLAGS+= CFLAGS=-xc99=none

--- 48 unchanged lines hidden ---
49
50.IF "$(GUI)"=="UNX"
51
52#relative to CONFIGURE_DIR
53CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure
54CONFIGURE_FLAGS= --disable-shared --with-pic
55.IF "$(COMNAME)"=="sunpro5"
56CONFIGURE_FLAGS+= CFLAGS=-xc99=none

--- 48 unchanged lines hidden ---