jer 14/10/26 11:16:55 Modified: bsod-0.1-Makefile.patch Log: EAPI bump. Fix building against sys-libs/ncurses[tinfo] (bug #526798). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 games-misc/bsod/files/bsod-0.1-Makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?r1=1.1&r2=1.2 Index: bsod-0.1-Makefile.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bsod-0.1-Makefile.patch 15 Jun 2012 03:23:09 -0000 1.1 +++ bsod-0.1-Makefile.patch 26 Oct 2014 11:16:55 -0000 1.2 @@ -1,14 +1,12 @@ -Extended version of this patch was sent to mail address in bsod-0.1/readme.txt - ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -1,15 +1,15 @@ VERSION=0.1 DEBUG=-g -pedantic #-pg #-fprofile-arcs -LDFLAGS=-lncurses $(DEBUG) -CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -+LDLIBS=-lncurses ++LDLIBS=$(shell ${PKG_CONFIG} --libs ncurses) +CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" OBJS=bsod.o
