makefile.mk (59e0bdb0) makefile.mk (871bf55b)
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

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

38 @echo "hunspell is disabled"
39
40.ELSE
41
42TARFILE_NAME=hunspell-1.3.2
43TARFILE_MD5=3121aaf3e13e5d88dfff13fb4a5f1ab8
44
45PATCH_FILES= \
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

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

38 @echo "hunspell is disabled"
39
40.ELSE
41
42TARFILE_NAME=hunspell-1.3.2
43TARFILE_MD5=3121aaf3e13e5d88dfff13fb4a5f1ab8
44
45PATCH_FILES= \
46 hunspell-cxx11-literal.patch \
46 hunspell-solaris.patch \
47 hunspell-bash.patch \
48 hunspell-1.3.2-overflow.patch
49
50.IF "$(GUI)"=="UNX"
51
52#relative to CONFIGURE_DIR
53CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure

--- 51 unchanged lines hidden ---
47 hunspell-solaris.patch \
48 hunspell-bash.patch \
49 hunspell-1.3.2-overflow.patch
50
51.IF "$(GUI)"=="UNX"
52
53#relative to CONFIGURE_DIR
54CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure

--- 51 unchanged lines hidden ---