Skip to content

Commit

Permalink
gnustep-libs/smbkit: fix compilation with net-fs/samba-4, bug #560068
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
voyageur committed Sep 10, 2015
1 parent 46a2138 commit ce1c510
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gnustep-libs/smbkit/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7
DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7 SHA512 7d7f31aa31364a8f8ff8a165025c68a8cb4b330e1cae27106137e0d8170dd9072b6bd2be687352a8139d35d59a53068977dc973eab3875de5431d48cd50128bb WHIRLPOOL bd0d61efaa2299cb25c9736470c2db2d6ec8026178d0c93f94ec079062fd7d2afcf39b64272d34f580aaf8021c04fa7b7685895edd9d42be64f3301a0649d822
25 changes: 25 additions & 0 deletions gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit gnustep-2

DESCRIPTION="SMBKit offers a samba library and headers for GNUstep"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"

RDEPEND="net-fs/samba"
DEPEND="${DEPEND}
virtual/pkgconfig"

S="${WORKDIR}/${PN}"

src_compile() {
egnustep_env
egnustep_make AUXILIARY_CPPFLAGS="$(pkg-config --cflags smbclient)"
}

0 comments on commit ce1c510

Please sign in to comment.