public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-misc/bsod/files: bsod-0.1-Makefile.patch
@ 2012-06-15  3:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-15  3:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/15 03:23:09

  Added:                bsod-0.1-Makefile.patch
  Log:
  Initial commit wrt #275213 by "Livid"
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?rev=1.1&content-type=text/plain

Index: bsod-0.1-Makefile.patch
===================================================================
Extended version of this patch was sent to mail address in bsod-0.1/readme.txt

--- Makefile
+++ 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
+CFLAGS+=-Wall -DVERSION=\"$(VERSION)\"
 
 OBJS=bsod.o
 
 all: bsod
 
 bsod: $(OBJS)
-	$(CC) -Wall $(OBJS) $(LDFLAGS) -o bsod
+	$(CC) $(LDFLAGS) $(CFLAGS) $(OBJS) $(LDLIBS) -o bsod
 
 install: bsod
 	cp bsod $(DESTDIR)/usr/local/bin






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-misc/bsod/files: bsod-0.1-Makefile.patch
@ 2014-10-26 11:16 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-26 11:16 UTC (permalink / raw
  To: gentoo-commits

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-26 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-26 11:16 [gentoo-commits] gentoo-x86 commit in games-misc/bsod/files: bsod-0.1-Makefile.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-15  3:23 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox