diff options
author | 2014-01-17 18:48:48 +0000 | |
---|---|---|
committer | 2014-01-17 18:48:48 +0000 | |
commit | 88abb3dd32592557e8026265cdb14b6859b48aa7 (patch) | |
tree | bfb686abd10ccf46b230906c35158362e8b7dd0d /app-misc/g15mpd/files | |
parent | version bump (diff) | |
download | gentoo-2-88abb3dd32592557e8026265cdb14b6859b48aa7.tar.gz gentoo-2-88abb3dd32592557e8026265cdb14b6859b48aa7.tar.bz2 gentoo-2-88abb3dd32592557e8026265cdb14b6859b48aa7.zip |
Revision bump: Add patch to fix compile and not force CFLAGS, EAPI bump, remove prepalldocs call
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-misc/g15mpd/files')
-rw-r--r-- | app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch b/app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch new file mode 100644 index 000000000000..5bdb1261f367 --- /dev/null +++ b/app-misc/g15mpd/files/g15mpd-1.0.0-cflags-and-lib-fix.patch @@ -0,0 +1,18 @@ +diff -ruN g15mpd-1.0.0/Makefile.am g15mpd-1.0.0-patched/Makefile.am +--- g15mpd-1.0.0/Makefile.am 2014-01-17 13:43:28.536056492 -0500 ++++ g15mpd-1.0.0-patched/Makefile.am 2014-01-17 13:43:31.596056410 -0500 +@@ -1,12 +1,12 @@ + AM_CPPFLAGS = @libmpd_CFLAGS@ +-AM_CFLAGS = -O3 -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) ++AM_CFLAGS = @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) + METASOURCES = AUTO + bin_PROGRAMS = g15mpd + + docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) + doc_DATA = README ChangeLog AUTHORS NEWS COPYING + +-LIBS = -lg15daemon_client -lg15render -lX11 -lXtst @libmpd_LIBS@ ++LIBS = -lpthread -lg15daemon_client -lg15render -lX11 -lXtst @libmpd_LIBS@ + IMCLUDES = -I + g15mpd_LDFLAGS = -avoid-version + g15mpd_SOURCES = g15mpd.c |