makefile.mk (5f295263) makefile.mk (59e0bdb0)
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

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

48 hunspell-1.3.2-overflow.patch
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"
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

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

48 hunspell-1.3.2-overflow.patch
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
56CONFIGURE_FLAGS+= CFLAGS="-xc99=none" CXXFLAGS="-I$(SOLARVER)/$(INPATH)/inc/stl -library=no%Cstd" LDFLAGS="-L$(SOLARVER)/$(INPATH)/lib -lstlport_sunpro"
57.ENDIF # "$(COMNAME)"=="sunpro5"
58
59.IF "$(SYSBASE)"!=""
60.IF "$(EXTRA_CFLAGS)"!=""
61CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)"
62.ENDIF # "$(EXTRA_CFLAGS)"!=""
63.ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!=""
64CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"

--- 40 unchanged lines hidden ---
57.ENDIF # "$(COMNAME)"=="sunpro5"
58
59.IF "$(SYSBASE)"!=""
60.IF "$(EXTRA_CFLAGS)"!=""
61CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)"
62.ENDIF # "$(EXTRA_CFLAGS)"!=""
63.ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!=""
64CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"

--- 40 unchanged lines hidden ---