Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193101 Details for
Bug 249617
dev-db/unixODBC-2.2.14 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild proposal for 2.2.14
unixODBC-2.2.14.ebuild (text/plain), 1.68 KB, created by
cmuelle8
on 2009-06-01 05:15:31 UTC
(
hide
)
Description:
ebuild proposal for 2.2.14
Filename:
MIME Type:
Creator:
cmuelle8
Created:
2009-06-01 05:15:31 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >WANT_AUTOCONF="latest" >WANT_AUTOMAKE="latest" > >inherit eutils multilib autotools gnuconfig libtool > >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" > >DESCRIPTION="ODBC Interface for Linux." >HOMEPAGE="http://www.unixodbc.org/" >SRC_URI="http://www.unixodbc.org/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >IUSE="qt4" > >RDEPEND=">=sys-libs/readline-4.1 > >=sys-libs/ncurses-5.2 > qt4? ( >=x11-libs/qt-4 ) > sys-devel/libtool" >DEPEND="${RDEPEND} > gnome? ( dev-util/cvs )" # see Bug 173256 > >src_unpack() { > unpack ${A} > cd "${S}" > > # Remove bundled autogenerated files > rm -rf odbcinstQ4/mC*.cpp > > # Remove bundled libltdl copy > rm -rf libltdl > > # Use system libltdl, let configure find it > sed -i -e '/libltdl/ d' Makefile.am > sed -i -e '/LDADD.*(LIBLTDL)/ {N;s/\(.*\)\n\(.*\)/\2\n\1/}' exe/Makefile.am > > # Alternatively we could embed system libltdl version.. > #libtoolize --copy --force --ltdl > > eautoreconf >} > >src_compile() { > local myconf > > if use qt4 && ! use mips ; then > myconf="--with-qt-libraries=`pkg-config --libs-only-L QtGui|cut -b 3-`" > myconf="$myconf --enable-gui=yes --x-libraries=/usr/$(get_libdir)" > else > myconf="--enable-gui=no" > fi > > econf --host=${CHOST} \ > --prefix=/usr \ > --sysconfdir=/etc/${PN} \ > --libdir=/usr/$(get_libdir) \ > --enable-static \ > --enable-fdb \ > --enable-ltdllib \ > ${myconf} || die "econf failed" > emake -j1 || die "emake failed" >} > >src_install() { > emake -j1 DESTDIR="${D}" install || die "emake install failed" > > dodoc AUTHORS ChangeLog NEWS README* > find doc/ -name "Makefile*" -exec rm '{}' \; > dohtml doc/* > prepalldocs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 249617
: 193101 |
207355