"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "builds/posix/prefix.darwin_x86_64" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

prefix.darwin_x86_64  (Firebird-3.0.2.32703-0.tar.bz2):prefix.darwin_x86_64  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 20 skipping to change at line 20
# #
# The Original Code was created by Inprise Corporation # The Original Code was created by Inprise Corporation
# and its predecessors. Portions created by Inprise Corporation are # and its predecessors. Portions created by Inprise Corporation are
# #
# Copyright (C) 2000 Inprise Corporation # Copyright (C) 2000 Inprise Corporation
# All Rights Reserved. # All Rights Reserved.
# Contributor(s): ______________________________________. # Contributor(s): ______________________________________.
# Start of file prefix.darwin: $(VERSION) @PLATFORM@ # Start of file prefix.darwin: $(VERSION) @PLATFORM@
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup # 2 Oct 2002, Nickolay Samofatov - Major Cleanup
# #
# Default build from 10.7 using Clang # Default build from 10.9 using Clang
#
# Build instructions
# set CFLAGS='-I ICUDIR/icu/source/common' (ucnv.h)
# set LDFLAGS='-L ICUDIR/icu/source/lib' (-licuuc)
# set CXXFLAGS='-I -I ICUDIR/icu/source/common -I ICUDIR/icu/source/i18n'
# where ICUDIR is where you installed ICU
# configure using --with-builtin-tommath
# or add the relevant -I, -L for an installed version of libtommath
DYLD_LIBRARY_PATH=$(HOME)/icu54/icu/source/lib DYLD_LIBRARY_PATH=$(HOME)/icu54/icu/source/lib
export DYLD_LIBRARY_PATH export DYLD_LIBRARY_PATH
#DYLD_PRINT_ENV=1 #DYLD_PRINT_ENV=1
#export DYLD_PRINT_ENV #export DYLD_PRINT_ENV
#DYLD_PRINT_LIBRARIES=1 #DYLD_PRINT_LIBRARIES=1
#export DYLD_PRINT_LIBRARIES #export DYLD_PRINT_LIBRARIES
MACOSX_DEPLOYMENT_TARGET=10.7 MACOSX_DEPLOYMENT_TARGET=10.9
export MACOSX_DEPLOYMENT_TARGET export MACOSX_DEPLOYMENT_TARGET
PROD_FLAGS=-O1 -DDARWIN -pipe -MMD -fPIC -fno-common -mmacosx-version-min=10.7 PROD_FLAGS=-DDARWIN -pipe -O2 -MMD -fPIC -fno-common -mmacosx-version-min=10.9
DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-omit-frame-pointer -fno-common -W DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-omit-frame-pointer -fno-common -W
all -fno-optimize-sibling-calls -mmacosx-version-min=10.7 -Wno-non-virtual-dtor all -fno-optimize-sibling-calls -mmacosx-version-min=10.9 -Wno-non-virtual-dtor
CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden -msse4
EXE_LINK_OPTIONS:= EXE_LINK_OPTIONS:=
UNDEF_PLATFORM= UNDEF_PLATFORM=
LINK_LIBS+=-liconv LINK_LIBS+=-liconv
MATHLIB=/opt/local/lib/libtommath.a MATHLIB=$(ROOT)/extern/libtommath/.libs/libtommath.a
SO_LINK_LIBS+=-liconv SO_LINK_LIBS+=-liconv
include $(ROOT)/gen/darwin.defaults include $(ROOT)/gen/darwin.defaults
 End of changes. 4 change blocks. 
7 lines changed or deleted 15 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)