diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-18 15:20:04 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-18 15:20:04 +0000 |
commit | 3eeac24355d0de977cf350af1bdfa888aebc282c (patch) | |
tree | 5d537ad4b12e17d2a074d9e1d207eb471058b506 /databases/firebird20-server/files/patch-builds%posix%make.defaults | |
parent | Update to 4.0.2091. This version finally works again on FreeBSD \o/ (diff) |
Add Firebird 2.0.0 (RC4)
Notes
Notes:
svn path=/head/; revision=173329
Diffstat (limited to '')
-rw-r--r-- | databases/firebird20-server/files/patch-builds%posix%make.defaults | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/databases/firebird20-server/files/patch-builds%posix%make.defaults b/databases/firebird20-server/files/patch-builds%posix%make.defaults index f7d4bc6362f3..bef124859a91 100644 --- a/databases/firebird20-server/files/patch-builds%posix%make.defaults +++ b/databases/firebird20-server/files/patch-builds%posix%make.defaults @@ -1,6 +1,6 @@ ---- builds/posix/make.defaults.orig Thu Mar 16 19:49:57 2006 -+++ builds/posix/make.defaults Thu Mar 16 19:51:18 2006 -@@ -94,7 +94,7 @@ +--- builds/posix/make.defaults.orig Wed Dec 28 09:58:28 2005 ++++ builds/posix/make.defaults Wed Aug 16 16:26:16 2006 +@@ -102,7 +102,7 @@ CHMOD= chmod CHMOD_6= chmod 666 CHMOD_7= chmod 777 @@ -9,3 +9,13 @@ MV= mv -f TOUCH= touch CP= cp +@@ -180,9 +180,6 @@ + + LIBFBSTATIC_A = $(LIB)/libfbstatic.a + LIBEDITLINE_A = $(LIB)/libeditline.a +-LIBICU_SO = $(LIB)/$(LIB_PREFIX)icuuc.$(SHRLIB_EXT) \ +- $(LIB)/$(LIB_PREFIX)icudata.$(SHRLIB_EXT) \ +- $(LIB)/$(LIB_PREFIX)icui18n.$(SHRLIB_EXT) + + # Shared library name for usage inside of the UDF + IbUtilLibraryName = $(LIB_PREFIX)ib_util.$(SHRLIB_EXT) |