summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-05-19 00:28:47 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-05-19 00:29:06 +0200
commit110938ff6d00e8d351a154ffabc29592b2d9cbc9 (patch)
treed898fb6d6a40e0fd80467dc5d9241e2c04337f55 /dev-db
parentapp-misc/elasticsearch: [QA] Revert "Bump, fix maintainer" (diff)
downloadgentoo-110938ff6d00e8d351a154ffabc29592b2d9cbc9.tar.gz
gentoo-110938ff6d00e8d351a154ffabc29592b2d9cbc9.tar.bz2
gentoo-110938ff6d00e8d351a154ffabc29592b2d9cbc9.zip
dev-db/firebird: Make it build. It might even install.
See libreoffice core repo for patches still to be added. Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/firebird/firebird-3.0.2.32703.0.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-db/firebird/firebird-3.0.2.32703.0.ebuild b/dev-db/firebird/firebird-3.0.2.32703.0.ebuild
index 345fb30b3155..9180b5aa186f 100644
--- a/dev-db/firebird/firebird-3.0.2.32703.0.ebuild
+++ b/dev-db/firebird/firebird-3.0.2.32703.0.ebuild
@@ -17,8 +17,7 @@ LICENSE="IDPL Interbase-1.0"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc examples +superserver xinetd"
-REQUIRED_USE="?? ( superserver xinetd )"
+IUSE="doc examples xinetd"
CDEPEND="
dev-libs/icu:=
@@ -33,8 +32,6 @@ RDEPEND="${CDEPEND}
!sys-cluster/ganglia
"
-RESTRICT="userpriv"
-
S="${WORKDIR}/${MY_P}"
# this is work in progress and likely does not build yet
@@ -87,13 +84,16 @@ src_configure() {
filter-flags -fprefetch-loop-arrays
filter-mfpmath sse
+ # otherwise this doesnt build with gcc-6?
+ # http://tracker.firebirdsql.org/browse/CORE-5099
+ append-cflags -fno-sized-deallocation -fno-delete-null-pointer-checks
+ append-cxxflags -fno-sized-deallocation -fno-delete-null-pointer-checks -Wno-narrowing
+ # -std=c++11
+
econf \
--prefix=/usr/$(get_libdir)/firebird \
- $(use_enable superserver) \
- $(use_enable debug) \
--with-editline \
--with-system-editline \
- --with-system-icu \
--with-fbbin=/usr/bin \
--with-fbsbin=/usr/sbin \
--with-fbconf=/etc/${PN} \
@@ -121,7 +121,7 @@ src_compile() {
}
src_install() {
- cd "gen/${PN}" || die
+ cd "gen/Release/${PN}" || die
if use doc; then
dodoc "${S}"/doc/*.pdf