mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/g15macro: Fix building (#514980)
Package-Manager: portage-2.2.26
This commit is contained in:
13
app-misc/g15macro/files/g15macro-1.0.3-Makefile.am.patch
Normal file
13
app-misc/g15macro/files/g15macro-1.0.3-Makefile.am.patch
Normal 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
|
||||
|
||||
|
||||
10
app-misc/g15macro/files/g15macro-1.0.3-configure.in.patch
Normal file
10
app-misc/g15macro/files/g15macro-1.0.3-configure.in.patch
Normal 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"]))
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user