Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/clockywock/files: clockywock-0.2.3f-makefile.patch
Date: Mon, 31 Jan 2011 20:50:54
Message-Id: 20110131205044.96E0520057@flycatcher.gentoo.org
1 ssuominen 11/01/31 20:50:44
2
3 Added: clockywock-0.2.3f-makefile.patch
4 Log:
5 This time do it properly.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-misc/clockywock/files/clockywock-0.2.3f-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/clockywock/files/clockywock-0.2.3f-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/clockywock/files/clockywock-0.2.3f-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: clockywock-0.2.3f-makefile.patch
16 ===================================================================
17 --- Makefile
18 +++ Makefile
19 @@ -1,5 +1,5 @@
20 all:
21 - g++ -O3 -Wall -o clockywock clockywock.cpp -lncurses -lpthread
22 + ${CXX} ${CXXFLAGS} ${LDFLAGS} -o clockywock clockywock.cpp -lncurses -lpthread
23
24 # install is done completely lazily
25 install: