summaryrefslogtreecommitdiff
path: root/firebird/firebird-macosx.patch.1
AgeCommit message (Collapse)AuthorFilesLines
2013-10-18fdo#70393: move firebird to a subdir of externalKhaled Hosny1-100/+0
Change-Id: I2cb4f4b63ab526c3d034adf8c006103cde7e7304 Reviewed-on: https://gerrit.libreoffice.org/6302 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-08-29Clean up ExternalProject_firebird even further for Mac OS XStephan Bergmann1-123/+1
Change-Id: I4a874c0a71c156786f1a6905aadc0bab572a0a7b
2013-08-29Simplify and fix the embedded Firebird on OS XTor Lillqvist1-11/+67
Don't bother constructing a Firebird framework and especially don't pretend we would have it at run-time in /Library/Frameworks/Firebird.framework. We only need the libfbembed.dylib, I hope. We need just libfbembed.dylib, not the version-numbered copies. Use gb_Helper_set_ld_path instead of manipulating LD_LIBRARY_PATH and DYLD_LIBRARY_PATH explicitly. Don't let Firebird's build mechanism totally override DYLD_LIBRARY_PATH. No need to handle "fb" specially in macosx-change-install-name.pl. We need to call macosx-change-install-name.pl on libfbembed.dylib, too. Change-Id: Id7e6c91a6763e1d5ede5c935b4c4fd946ae00f20
2013-07-17We already have the -mmacosx-version-min option we want in CXXTor Lillqvist1-0/+26
No need to add a hardcoded -mmacosx-version-min=10.6 that overrides the switch in our CXX, especially as that causes a linking error when using libc++, as that requires OS X 10.7. Change-Id: Ieb0ccad7613fae793387e38be617e0cb6ac23d06
2013-07-17Add Emacs mode lineTor Lillqvist1-0/+1
Change-Id: I8c4632ff8e38340c1e5474d86ed5c5ab1212cd17
2013-07-17Bin "Only in" linesTor Lillqvist1-14/+0
Change-Id: I65c77736c348078838382ab895749e7a63682fec
2013-07-16Patch firebird to build on Mac.Andrzej J.R. Hunt1-0/+153
Change-Id: I47ac500922d7e834f5915cc8fb1e19d584675620