app-misc/g15macro: Fix building (#514980)

Package-Manager: portage-2.2.26
This commit is contained in:
Pacho Ramos
2016-01-08 14:43:51 +01:00
parent 17330f50d1
commit 56edcfc31f
3 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,9 +10,8 @@
imagedir = $(prefix)/share/g15macro/splash
image_DATA = ${top_builddir}/g15macro.wbmp
-LIBS = -lg15daemon_client -lg15render -lX11 -lXtst
+LIBS = -lg15daemon_client -lg15render -lX11 -lXtst -lpthread
IMCLUDES = -I
-g15macro_LDFLAGS = -avoid-version
g15macro_SOURCES = g15macro.c

View File

@@ -0,0 +1,10 @@
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,6 @@
AC_CONFIG_HEADER([config.h])
AC_PROG_CC
-AC_PROG_LIBTOOL
AC_PROG_RANLIB
AC_CHECK_LIB([g15daemon_client], [g15daemon_version],,AC_MSG_ERROR(["libg15daemon_client (or its devel package) not found. please install it"]))

View File

@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils
DESCRIPTION="Macro recording plugin to G15daemon"
HOMEPAGE="http://g15daemon.sourceforge.net/"
@@ -19,10 +20,18 @@ DEPEND=">=app-misc/g15daemon-1.9.0
x11-libs/libX11
x11-proto/xextproto
x11-proto/xproto
x11-libs/libXtst"
x11-libs/libXtst
"
RDEPEND="${DEPEND}
sys-libs/zlib"
sys-libs/zlib
"
src_prepare() {
epatch "${FILESDIR}"/${P}-Makefile.am.patch
epatch "${FILESDIR}"/${P}-configure.in.patch
mv configure.in configure.ac || die
eautoreconf
}
src_configure() {
econf --enable-xtest