diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-10-06 09:03:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-10-06 09:03:08 +0000 |
commit | 2d0552feb7679339e875e0d35531f7487c6a039c (patch) | |
tree | aa4f8157832d8631dacf83e466817f1c2e272101 /dev-db/firebird/files/firebird-2.5.0.26074.0-superclassic.patch | |
parent | export LIBFFI_CFLAGS and LIBFFI_LIBS if dev-util/pkgconfig is not installed w... (diff) | |
download | gentoo-2-2d0552feb7679339e875e0d35531f7487c6a039c.tar.gz gentoo-2-2d0552feb7679339e875e0d35531f7487c6a039c.tar.bz2 gentoo-2-2d0552feb7679339e875e0d35531f7487c6a039c.zip |
Bump for #385137
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/firebird/files/firebird-2.5.0.26074.0-superclassic.patch')
-rw-r--r-- | dev-db/firebird/files/firebird-2.5.0.26074.0-superclassic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/firebird/files/firebird-2.5.0.26074.0-superclassic.patch b/dev-db/firebird/files/firebird-2.5.0.26074.0-superclassic.patch new file mode 100644 index 000000000000..3891cc776fae --- /dev/null +++ b/dev-db/firebird/files/firebird-2.5.0.26074.0-superclassic.patch @@ -0,0 +1,12 @@ +diff -Naur orig/builds/posix/Makefile.in.firebird builds/posix/Makefile.in.firebird +--- orig/builds/posix/Makefile.in.firebird 2010-11-09 12:42:45.000000000 -0500 ++++ builds/posix/Makefile.in.firebird 2011-03-07 20:26:56.612573632 -0500 +@@ -332,7 +332,7 @@ + .PHONY: libfbembed inet_server fb_smp_server embed_gfix embed_gbak embed_isql + .PHONY: embed_gpre embed_util + +-classic_targets: $(PLAT_CLASSIC_PRE_TARGET) libfbembed inet_server fb_smp_server embed_gfix embed_gbak embed_isql \ ++classic_targets: $(PLAT_CLASSIC_PRE_TARGET) libfbembed fbserver fb_smp_server embed_gfix embed_gbak embed_isql \ + embed_gpre libfbclient embed_util embed_gdef embed_qli embed_fbudf $(PLAT_CLASSIC_POST_TARGET) + + libfbembed: |